public static class NavigatorCATree.CustomAttributeNode extends java.lang.Object implements ITreeItem
NavigationCATree
.Modifier and Type | Method and Description |
---|---|
java.util.Iterator<NavigatorCATree.CustomAttributeNode> |
childIterator()
Returns an Iterator which can be used to step through the children of this
ITreeItem . |
java.lang.String |
getId()
Returns the intern id of the
CustomAttributeNode . |
java.lang.String |
getName()
Returns the name of this
ITreeItem . |
int |
size()
Returns the number of child items of this
ITreeItem . |
TrafficLight |
trafficLight()
Returns the traffic light information of this
ITreeItem . |
public java.lang.String getName()
ITreeItem
ITreeItem
.public int size()
ITreeItem
ITreeItem
.public java.util.Iterator<NavigatorCATree.CustomAttributeNode> childIterator()
ITreeItem
ITreeItem
.childIterator
in interface ITreeItem
ITreeItem
public TrafficLight trafficLight()
ITreeItem
ITreeItem
.trafficLight
in interface ITreeItem
TrafficLight
public java.lang.String getId()
CustomAttributeNode
.