public interface MultiReferenceMoveOperation extends FeatureOperation
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
int |
getNewIndex()
Returns the value of the 'New Index' attribute.
|
int |
getOldIndex()
Returns the value of the 'Old Index' attribute.
|
ModelElementId |
getReferencedModelElementId()
Returns the value of the 'Referenced Model Element Id' containment reference.
|
void |
setNewIndex(int value)
Sets the value of the '
New Index' attribute. |
void |
setOldIndex(int value)
Sets the value of the '
Old Index' attribute. |
void |
setReferencedModelElementId(ModelElementId value)
Sets the value of the '
Referenced Model Element Id' containment reference. |
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, toAPIint getOldIndex()
If the meaning of the 'Old Index' attribute isn't clear, there really should be more of a description here...
setOldIndex(int),
OperationsPackage.getMultiReferenceMoveOperation_OldIndex()void setOldIndex(int value)
Old Index' attribute. value - the new value of the 'Old Index' attribute.getOldIndex()int getNewIndex()
If the meaning of the 'New Index' attribute isn't clear, there really should be more of a description here...
setNewIndex(int),
OperationsPackage.getMultiReferenceMoveOperation_NewIndex()void setNewIndex(int value)
New Index' attribute. value - the new value of the 'New Index' attribute.getNewIndex()ModelElementId getReferencedModelElementId()
If the meaning of the 'Referenced Model Element Id' reference isn't clear, there really should be more of a description here...
setReferencedModelElementId(ModelElementId),
OperationsPackage.getMultiReferenceMoveOperation_ReferencedModelElementId()void setReferencedModelElementId(ModelElementId value)
Referenced Model Element Id' containment reference. value - the new value of the 'Referenced Model Element Id'
containment reference.getReferencedModelElementId()Copyright © 2017. All rights reserved.