|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.data.impl.NamedTreeNode
public class NamedTreeNode
Tree nodes.
Version History
EPG - Initial - 6 SEP 02
Constructor Summary | |
---|---|
NamedTreeNode()
CONSTRUCTOR |
Method Summary | |
---|---|
void |
clearValue()
Remove any value to this node |
NamedTreeNode |
getOrCreateSubnode(java.lang.String name)
Get the named node from the set. |
NamedTreeNode |
getSubnode(java.lang.String name)
Get the named node from the set. |
java.util.Set<java.lang.String> |
getSubnodeNames()
Get a set of subnodes. |
java.lang.Object |
getValue()
Get the value. |
boolean |
hasValue()
Does this node have a value?. |
void |
removeSubnode(java.lang.String name)
Remove a named node from the set. |
void |
setValue(java.lang.Object value)
Set the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedTreeNode()
Method Detail |
---|
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- set the value of this nodepublic void clearValue()
public boolean hasValue()
public NamedTreeNode getSubnode(java.lang.String name)
public void removeSubnode(java.lang.String name)
public NamedTreeNode getOrCreateSubnode(java.lang.String name)
public java.util.Set<java.lang.String> getSubnodeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |