org.eclipse.gmf.mappings
Interface TopNodeReference

All Superinterfaces:
org.eclipse.emf.ecore.EObject, NeedsContainment, NodeReference, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TopNodeReferenceImpl

public interface TopNodeReference
extends NodeReference

A representation of the model object 'Top Node Reference'.

The following features are supported:

See Also:
GMFMapPackage.getTopNodeReference()
Generated
Model Properties:

Method Summary
 NodeMapping getOwnedChild()
          Returns the value of the 'Owned Child' containment reference.
 void setOwnedChild(NodeMapping value)
          Sets the value of the 'Owned Child' containment reference.
 
Methods inherited from interface org.eclipse.gmf.mappings.NodeReference
getChild, getChildrenFeature, isSetChild, setChildrenFeature
 
Methods inherited from interface org.eclipse.gmf.mappings.NeedsContainment
getContainmentFeature, setContainmentFeature
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOwnedChild

NodeMapping getOwnedChild()
Returns the value of the 'Owned Child' containment reference.

If the meaning of the 'Owned Child' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Child' containment reference.
See Also:
setOwnedChild(NodeMapping), GMFMapPackage.getTopNodeReference_OwnedChild()
Generated
Model Properties:
containment="true" required="true"

setOwnedChild

void setOwnedChild(NodeMapping value)
Sets the value of the 'Owned Child' containment reference.

Parameters:
value - the new value of the 'Owned Child' containment reference.
See Also:
getOwnedChild()
Generated


Copyright © 2012. All Rights Reserved.