testmodel1
Interface EmptyRefNode

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

public interface EmptyRefNode
extends TreeNode

A representation of the model object 'Empty Ref Node'.

The following features are supported:

See Also:
TestModel1Package.getEmptyRefNode()

Field Summary
 
Fields inherited from interface org.eclipse.emf.cdo.client.CDOPersistable
NOT_LOADED_YET
 
Method Summary
 org.eclipse.emf.common.util.EList getMoreReferences()
          Returns the value of the 'More References' reference list.
 
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

getMoreReferences

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

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

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

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