public interface TreeNode extends EObject
The following features are supported:
TreePackage.getTreeNode()| Modifier and Type | Method and Description |
|---|---|
EList<TreeNode> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
EObject |
getData()
Returns the value of the 'Data' reference
|
TreeNode |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setData(EObject value)
Sets the value of the '
Data' reference |
void |
setParent(TreeNode value)
Sets the value of the '
Parent' container reference |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverTreeNode getParent()
Children'.
setParent(TreeNode),
TreePackage.getTreeNode_Parent(),
getChildren()void setParent(TreeNode value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<TreeNode> getChildren()
TreeNode.
It is bidirectional and its opposite is 'Parent'.
TreePackage.getTreeNode_Children(),
getParent()EObject getData()
setData(EObject),
TreePackage.getTreeNode_Data()