testmodel1
Interface ExtendedNode

All Superinterfaces:
CDOPersistable, CDOPersistent, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, TreeNode
All Known Implementing Classes:
ExtendedNodeImpl

public interface ExtendedNode
extends TreeNode

A representation of the model object 'Extended Node'.

The following features are supported:

See Also:
TestModel1Package.getExtendedNode()

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.client.CDOPersistable
NOT_LOADED_YET
 
Method Summary
 org.eclipse.emf.common.util.EList getBidiSource()
          Returns the value of the 'Bidi Source' reference list.
 org.eclipse.emf.common.util.EList getBidiTarget()
          Returns the value of the 'Bidi Target' reference list.
 java.lang.String getStringFeature2()
          Returns the value of the 'String Feature2' attribute
 void setStringFeature2(java.lang.String value)
          Sets the value of the 'String Feature2' attribute
 
Methods inherited from interface testmodel1.TreeNode
getChildren, getIntFeature, getParent, getReferences, getStringFeature, isBooleanFeature, setBooleanFeature, setIntFeature, setParent, setStringFeature
 
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

getBidiSource

org.eclipse.emf.common.util.EList getBidiSource()
Returns the value of the 'Bidi Source' reference list. The list contents are of type ExtendedNode. It is bidirectional and its opposite is 'Bidi Target'.

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

Returns:
the value of the 'Bidi Source' reference list.
See Also:
TestModel1Package.getExtendedNode_BidiSource(), getBidiTarget()

getBidiTarget

org.eclipse.emf.common.util.EList getBidiTarget()
Returns the value of the 'Bidi Target' reference list. The list contents are of type ExtendedNode. It is bidirectional and its opposite is 'Bidi Source'.

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

Returns:
the value of the 'Bidi Target' reference list.
See Also:
TestModel1Package.getExtendedNode_BidiTarget(), getBidiSource()

getStringFeature2

java.lang.String getStringFeature2()
Returns the value of the 'String Feature2' attribute.

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

Returns:
the value of the 'String Feature2' attribute.
See Also:
setStringFeature2(String), TestModel1Package.getExtendedNode_StringFeature2()

setStringFeature2

void setStringFeature2(java.lang.String value)
Sets the value of the 'String Feature2' attribute.

Parameters:
value - the new value of the 'String Feature2' attribute.
See Also:
getStringFeature2()

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