|
||||||||||
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 'Tree Node'.
The following features are supported:
TestModel1Package.getTreeNode()
Field Summary |
---|
Fields inherited from interface org.eclipse.emf.cdo.client.CDOPersistable |
---|
NOT_LOADED_YET |
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getChildren()
Returns the value of the 'Children' containment reference list. |
int |
getIntFeature()
Returns the value of the 'Int Feature' attribute |
TreeNode |
getParent()
Returns the value of the 'Parent' container reference. |
org.eclipse.emf.common.util.EList |
getReferences()
Returns the value of the 'References' reference list. |
java.lang.String |
getStringFeature()
Returns the value of the 'String Feature' attribute |
boolean |
isBooleanFeature()
Returns the value of the 'Boolean Feature' attribute |
void |
setBooleanFeature(boolean value)
Sets the value of the ' Boolean Feature ' attribute |
void |
setIntFeature(int value)
Sets the value of the ' Int Feature ' attribute |
void |
setParent(TreeNode value)
Sets the value of the ' Parent ' container reference |
void |
setStringFeature(java.lang.String value)
Sets the value of the ' String Feature ' attribute |
Methods inherited from interface org.eclipse.emf.cdo.client.CDOPersistable |
---|
cdoGetOCA, cdoGetOID, cdoGetResource, cdoIsLoaded, cdoIsNew, cdoLoad, cdoSetNew, cdoSetOCA, cdoSetOID, cdoSetResource |
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
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(TreeNode)
,
TestModel1Package.getTreeNode_Parent()
,
getChildren()
void setParent(TreeNode value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
org.eclipse.emf.common.util.EList getChildren()
TreeNode
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
TestModel1Package.getTreeNode_Children()
,
getParent()
org.eclipse.emf.common.util.EList getReferences()
TreeNode
.
If the meaning of the 'References' reference list isn't clear, there really should be more of a description here...
TestModel1Package.getTreeNode_References()
boolean isBooleanFeature()
If the meaning of the 'Boolean Feature' attribute isn't clear, there really should be more of a description here...
setBooleanFeature(boolean)
,
TestModel1Package.getTreeNode_BooleanFeature()
void setBooleanFeature(boolean value)
Boolean Feature
' attribute.
value
- the new value of the 'Boolean Feature' attribute.isBooleanFeature()
int getIntFeature()
If the meaning of the 'Int Feature' attribute isn't clear, there really should be more of a description here...
setIntFeature(int)
,
TestModel1Package.getTreeNode_IntFeature()
void setIntFeature(int value)
Int Feature
' attribute.
value
- the new value of the 'Int Feature' attribute.getIntFeature()
java.lang.String getStringFeature()
If the meaning of the 'String Feature' attribute isn't clear, there really should be more of a description here...
setStringFeature(String)
,
TestModel1Package.getTreeNode_StringFeature()
void setStringFeature(java.lang.String value)
String Feature
' attribute.
value
- the new value of the 'String Feature' attribute.getStringFeature()
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |