|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A node of the tree.
Method Summary | |
Node |
getChild(java.lang.String key)
Returns a specific child of this node or null if it does not exist. |
java.util.Map |
getChildren()
Returns a immutable map containing all the children of this node. |
FQN |
getID()
Return the node id. |
java.lang.String |
getName()
Return the node name. |
java.lang.Object |
getProperty(java.lang.String name)
Return the property for this key or null if it does not exist. |
Method Detail |
public FQN getID()
public java.lang.String getName()
public java.lang.Object getProperty(java.lang.String name)
public Node getChild(java.lang.String key)
public java.util.Map getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |