public interface MultiAttributeMoveOperation 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.
|
Object |
getReferencedValue()
Returns the value of the 'Referenced Value' attribute.
|
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 |
setReferencedValue(Object value)
Sets the value of the '
Referenced Value' 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, 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.getMultiAttributeMoveOperation_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.getMultiAttributeMoveOperation_NewIndex()void setNewIndex(int value)
New Index' attribute. value - the new value of the 'New Index' attribute.getNewIndex()Object getReferencedValue()
If the meaning of the 'Referenced Value' attribute isn't clear, there really should be more of a description here...
setReferencedValue(Object),
OperationsPackage.getMultiAttributeMoveOperation_ReferencedValue()void setReferencedValue(Object value)
Referenced Value' attribute.
value - the new value of the 'Referenced Value' attribute.getReferencedValue()Copyright © 2017. All rights reserved.