public interface ExternalObjectAttributeValue extends AttributeValue
The following features are supported:
featureconfigPackage.getExternalObjectAttributeValue()| Modifier and Type | Method and Description |
|---|---|
boolean |
AttributeValueIsDefinedInFeatureAndEqualsTypeExternalObject(DiagnosticChain diagnostics,
Map<Object,Object> context)
self.confignode.origin.attributes->one(a | a.name = self.name)
and
self.confignode.origin.attributes->any(a | a.name = self.name).oclIsTypeOf(featuremodel::ExternalObjectAttribute)
|
EObject |
getReferencedObject()
Returns the value of the 'Referenced Object' reference.
|
void |
setReferencedObject(EObject value)
Sets the value of the '
Referenced Object' reference. |
getConfignode, getValue, setConfignode, setValuegetName, setNamecdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverEObject getReferencedObject()
If the meaning of the 'Referenced Object' reference isn't clear, there really should be more of a description here...
setReferencedObject(EObject),
featureconfigPackage.getExternalObjectAttributeValue_ReferencedObject()void setReferencedObject(EObject value)
Referenced Object' reference.
value - the new value of the 'Referenced Object' reference.getReferencedObject()boolean AttributeValueIsDefinedInFeatureAndEqualsTypeExternalObject(DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.