public interface ExtendedEObjectReference
The following features are supported:
SerializationPackage.getExtendedEObjectReference()
Modifier and Type | Method and Description |
---|---|
|
getAttributeInstances()
Returns the value of the 'Attribute Instances' containment reference list.
|
EObject |
getExtendedEObject()
Returns the value of the 'Extended EObject' reference.
|
|
getReferenceInstances()
Returns the value of the 'Reference Instances' containment reference list.
|
void |
setExtendedEObject(EObject value)
Sets the value of the '
Extended EObject ' reference. |
EObject getExtendedEObject()
If the meaning of the 'Extended EObject' reference isn't clear, there really should be more of a description here...
setExtendedEObject(EObject)
,
SerializationPackage.getExtendedEObjectReference_ExtendedEObject()
void setExtendedEObject(EObject value)
Extended EObject
' reference.
value
- the new value of the 'Extended EObject' reference.getExtendedEObject()
getAttributeInstances()
AbstractAttributeInstance
.
If the meaning of the 'Attribute Instances' containment reference list isn't clear, there really should be more of a description here...
SerializationPackage.getExtendedEObjectReference_AttributeInstances()
getReferenceInstances()
AbstractReferenceInstance
.
If the meaning of the 'Reference Instances' containment reference list isn't clear, there really should be more of a description here...
SerializationPackage.getExtendedEObjectReference_ReferenceInstances()