public interface MultiReferenceOperation extends ReferenceOperation
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
org.eclipse.emf.common.util.EList<ModelElementId> |
getReferencedModelElements()
Returns the value of the 'Referenced Model Elements'
containment reference list.
|
boolean |
isAdd()
Returns the value of the 'Add' attribute.
|
void |
setAdd(boolean value)
Sets the value of the '
Add' attribute. |
void |
setIndex(int value)
Sets the value of the '
Index' attribute. |
getContainmentType, getOppositeFeatureName, isBidirectional, setBidirectional, setContainmentType, setOppositeFeatureNamegetFeature, 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 isAdd()
If the meaning of the 'Add' attribute isn't clear, there really should be more of a description here...
setAdd(boolean),
OperationsPackage.getMultiReferenceOperation_Add()void setAdd(boolean value)
Add' attribute.
value - the new value of the 'Add' attribute.isAdd()int getIndex()
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int),
OperationsPackage.getMultiReferenceOperation_Index()void setIndex(int value)
Index' attribute.
value - the new value of the 'Index' attribute.getIndex()org.eclipse.emf.common.util.EList<ModelElementId> getReferencedModelElements()
ModelElementId.
If the meaning of the 'Referenced Model Elements' containment reference list isn't clear, there really should be more of a description here...
OperationsPackage.getMultiReferenceOperation_ReferencedModelElements()Copyright © 2017. All rights reserved.