|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildReference
A representation of the model object 'Child Reference'.
The following features are supported:
GMFMapPackage.getChildReference()
Method Summary | |
---|---|
CompartmentMapping |
getCompartment()
Returns the value of the 'Compartment' reference. |
NodeMapping |
getOwnedChild()
Returns the value of the 'Owned Child' containment reference. |
NodeMapping |
getParentNode()
Returns the value of the 'Parent Node' container reference. |
NodeMapping |
getReferencedChild()
Returns the value of the 'Referenced Child' reference. |
void |
setCompartment(CompartmentMapping value)
Sets the value of the ' Compartment ' reference. |
void |
setOwnedChild(NodeMapping value)
Sets the value of the ' Owned Child ' containment reference. |
void |
setParentNode(NodeMapping value)
Sets the value of the ' Parent Node ' container reference. |
void |
setReferencedChild(NodeMapping value)
Sets the value of the ' Referenced Child ' 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 |
---|
NodeMapping getParentNode()
Children
'.
If the meaning of the 'Parent Node' container reference isn't clear, there really should be more of a description here...
setParentNode(NodeMapping)
,
GMFMapPackage.getChildReference_ParentNode()
,
NodeMapping.getChildren()
void setParentNode(NodeMapping value)
Parent Node
' container reference.
value
- the new value of the 'Parent Node' container reference.getParentNode()
CompartmentMapping getCompartment()
Children
'.
If the meaning of the 'Compartment' reference isn't clear, there really should be more of a description here...
setCompartment(CompartmentMapping)
,
GMFMapPackage.getChildReference_Compartment()
,
CompartmentMapping.getChildren()
void setCompartment(CompartmentMapping value)
Compartment
' reference.
value
- the new value of the 'Compartment' reference.getCompartment()
NodeMapping getOwnedChild()
If the meaning of the 'Owned Child' containment reference isn't clear, there really should be more of a description here...
setOwnedChild(NodeMapping)
,
GMFMapPackage.getChildReference_OwnedChild()
void setOwnedChild(NodeMapping value)
Owned Child
' containment reference.
value
- the new value of the 'Owned Child' containment reference.getOwnedChild()
NodeMapping getReferencedChild()
If the meaning of the 'Referenced Child' reference isn't clear, there really should be more of a description here...
setReferencedChild(NodeMapping)
,
GMFMapPackage.getChildReference_ReferencedChild()
void setReferencedChild(NodeMapping value)
Referenced Child
' reference.
value
- the new value of the 'Referenced Child' reference.getReferencedChild()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |