public interface ReferenceOperation extends FeatureOperation
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ContainmentType |
getContainmentType()
Returns the value of the 'Containment Type' attribute.
|
String |
getOppositeFeatureName()
Returns the value of the 'Opposite Feature Name' attribute.
|
boolean |
isBidirectional()
Returns the value of the 'Bidirectional' attribute.
|
void |
setBidirectional(boolean value)
Sets the value of the '
Bidirectional' attribute. |
void |
setContainmentType(ContainmentType value)
Sets the value of the '
Containment Type' attribute. |
void |
setOppositeFeatureName(String value)
Sets the value of the '
Opposite Feature Name' attribute. |
getFeature, getFeature, getFeatureName, getUnset, setFeatureName, setUnsetapply, getAllInvolvedModelElements, getClientDate, getLeafOperations, getModelElementId, getOperationId, getOtherInvolvedModelElements, isAccepted, reverse, setAccepted, setClientDate, setModelElementIdgetIdentifier, setIdentifiereAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIboolean isBidirectional()
If the meaning of the 'Bidirectional' attribute isn't clear, there really should be more of a description here...
setBidirectional(boolean),
OperationsPackage.getReferenceOperation_Bidirectional()void setBidirectional(boolean value)
Bidirectional' attribute.
value - the new value of the 'Bidirectional' attribute.isBidirectional()String getOppositeFeatureName()
If the meaning of the 'Opposite Feature Name' attribute isn't clear, there really should be more of a description here...
setOppositeFeatureName(String),
OperationsPackage.getReferenceOperation_OppositeFeatureName()void setOppositeFeatureName(String value)
Opposite Feature Name' attribute.
value - the new value of the 'Opposite Feature Name' attribute.getOppositeFeatureName()ContainmentType getContainmentType()
ContainmentType.
If the meaning of the 'Containment Type' attribute isn't clear, there really should be more of a description here...
ContainmentType,
setContainmentType(ContainmentType),
OperationsPackage.getReferenceOperation_ContainmentType()void setContainmentType(ContainmentType value)
Containment Type' attribute.
value - the new value of the 'Containment Type' attribute.ContainmentType,
getContainmentType()Copyright © 2017. All rights reserved.