com.microstrategy.utils.GenericTreeNode<T> |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getChildCount()
Returns the number of children for this node.
| ||||||||||
abstract Enumeration<GenericTreeNode<T>> |
getChildren()
Returns the enumeration of children for this node.
| ||||||||||
abstract String |
getName()
Returns the name associated with this node, if any.
| ||||||||||
abstract GenericTreeNode<T> |
getParent()
Returns the parent of this node.
| ||||||||||
abstract Object |
getValue()
Returns the value associated with this node, if any.
|
Returns the number of children for this node.
Returns the enumeration of children for this node. It will always return a non-null Enumeration, though it may be empty.
Returns the name associated with this node, if any.
Returns the parent of this node.
GenericTreeNode
which is the parent of this node, if any.
Returns the value associated with this node, if any.