|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeNode
A representation of the model object 'Node'.
The following features are supported:
TreePackage.getTreeNode()
Method Summary | |
---|---|
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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
TreeNode 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()
void setData(EObject value)
Data
' reference.
value
- the new value of the 'Data' reference.getData()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |