testmodel1
Interface TreeNode

All Superinterfaces:
CDOPersistable, CDOPersistent, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
EmptyNode, EmptyRefNode, ExtendedNode
All Known Implementing Classes:
EmptyNodeImpl, EmptyRefNodeImpl, ExtendedNodeImpl, TreeNodeImpl

public interface TreeNode
extends CDOPersistent

A representation of the model object 'Tree Node'.

The following features are supported:

See Also:
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

getParent

TreeNode getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Children'.

If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(TreeNode), TestModel1Package.getTreeNode_Parent(), getChildren()

setParent

void setParent(TreeNode value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()

getChildren

org.eclipse.emf.common.util.EList getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Children' containment reference list.
See Also:
TestModel1Package.getTreeNode_Children(), getParent()

getReferences

org.eclipse.emf.common.util.EList getReferences()
Returns the value of the 'References' reference list. The list contents are of type TreeNode.

If the meaning of the 'References' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'References' reference list.
See Also:
TestModel1Package.getTreeNode_References()

isBooleanFeature

boolean isBooleanFeature()
Returns the value of the 'Boolean Feature' attribute.

If the meaning of the 'Boolean Feature' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Boolean Feature' attribute.
See Also:
setBooleanFeature(boolean), TestModel1Package.getTreeNode_BooleanFeature()

setBooleanFeature

void setBooleanFeature(boolean value)
Sets the value of the 'Boolean Feature' attribute.

Parameters:
value - the new value of the 'Boolean Feature' attribute.
See Also:
isBooleanFeature()

getIntFeature

int getIntFeature()
Returns the value of the 'Int Feature' attribute.

If the meaning of the 'Int Feature' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Int Feature' attribute.
See Also:
setIntFeature(int), TestModel1Package.getTreeNode_IntFeature()

setIntFeature

void setIntFeature(int value)
Sets the value of the 'Int Feature' attribute.

Parameters:
value - the new value of the 'Int Feature' attribute.
See Also:
getIntFeature()

getStringFeature

java.lang.String getStringFeature()
Returns the value of the 'String Feature' attribute.

If the meaning of the 'String Feature' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'String Feature' attribute.
See Also:
setStringFeature(String), TestModel1Package.getTreeNode_StringFeature()

setStringFeature

void setStringFeature(java.lang.String value)
Sets the value of the 'String Feature' attribute.

Parameters:
value - the new value of the 'String Feature' attribute.
See Also:
getStringFeature()

Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.