public class NodeDto extends NodeDtoSupport
Constructor and Description |
---|
NodeDto() |
NodeDto(String key,
String id,
String label,
String pattern,
String description,
boolean supportOutput,
List<NodeDto> children) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(NodeDto node) |
protected NodeDto |
copy() |
List<NodeDto> |
getChildren() |
Map<String,String> |
getProperties() |
String |
getProperty(String name) |
void |
setChildren(List<NodeDto> children) |
void |
setProperties(Map<String,String> properties) |
void |
setProperty(String name,
String value) |
addToNodeList, defaultKey, equals, getDescription, getId, getKey, getLabel, getPattern, hashCode, isSupportOutput, setDescription, setId, setKey, setLabel, setPattern, setSupportOutput, toNodeList, toString
protected NodeDto copy()
copy
in class NodeDtoSupport
public void addChild(NodeDto node)
addChild
in class NodeDtoSupport
public List<NodeDto> getChildren()
getChildren
in class NodeDtoSupport
Copyright © 2016 Red Hat. All rights reserved.