public interface XReference extends XStructuralFeature
The following features are supported:
XcorePackage.getXReference()| Modifier and Type | Method and Description |
|---|---|
EList<GenFeature> |
getKeys()
Returns the value of the 'Keys' reference list.
|
GenFeature |
getOpposite()
Returns the value of the 'Opposite' reference
|
boolean |
isContainer()
Returns the value of the 'Container' attribute
|
boolean |
isContainment()
Returns the value of the 'Containment' attribute
|
boolean |
isLocal()
Returns the value of the 'Local' attribute
|
boolean |
isResolveProxies()
Returns the value of the 'Resolve Proxies' attribute
|
void |
setContainer(boolean value)
Sets the value of the '
Container' attribute |
void |
setContainment(boolean value)
Sets the value of the '
Containment' attribute |
void |
setLocal(boolean value)
Sets the value of the '
Local' attribute |
void |
setOpposite(GenFeature value)
Sets the value of the '
Opposite' reference |
void |
setResolveProxies(boolean value)
Sets the value of the '
Resolve Proxies' attribute |
getGetBody, getIsSetBody, getSetBody, getUnsetBody, isDerived, isReadonly, isTransient, isUnsettable, isVolatile, setDerived, setGetBody, setIsSetBody, setReadonly, setSetBody, setTransient, setUnsetBody, setUnsettable, setVolatilegetContainingClassgetMultiplicity, getType, isUnique, isUnordered, setMultiplicity, setType, setUnique, setUnorderedgetName, setNamegetAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isContainer()
If the meaning of the 'Container' attribute isn't clear, there really should be more of a description here...
setContainer(boolean),
XcorePackage.getXReference_Container()void setContainer(boolean value)
Container' attribute.
value - the new value of the 'Container' attribute.isContainer()boolean isContainment()
If the meaning of the 'Containment' attribute isn't clear, there really should be more of a description here...
setContainment(boolean),
XcorePackage.getXReference_Containment()void setContainment(boolean value)
Containment' attribute.
value - the new value of the 'Containment' attribute.isContainment()boolean isResolveProxies()
If the meaning of the 'Resolve Proxies' attribute isn't clear, there really should be more of a description here...
setResolveProxies(boolean),
XcorePackage.getXReference_ResolveProxies()void setResolveProxies(boolean value)
Resolve Proxies' attribute.
value - the new value of the 'Resolve Proxies' attribute.isResolveProxies()boolean isLocal()
If the meaning of the 'Local' attribute isn't clear, there really should be more of a description here...
setLocal(boolean),
XcorePackage.getXReference_Local()void setLocal(boolean value)
Local' attribute.
value - the new value of the 'Local' attribute.isLocal()GenFeature getOpposite()
If the meaning of the 'Opposite' reference isn't clear, there really should be more of a description here...
setOpposite(GenFeature),
XcorePackage.getXReference_Opposite()void setOpposite(GenFeature value)
Opposite' reference.
value - the new value of the 'Opposite' reference.getOpposite()EList<GenFeature> getKeys()
GenFeature.
If the meaning of the 'Keys' reference list isn't clear, there really should be more of a description here...
XcorePackage.getXReference_Keys()