public interface MultiAttributeSetOperation extends FeatureOperation
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the value of the 'Index' attribute.
|
Object |
getNewValue()
Returns the value of the 'New Value' attribute.
|
Object |
getOldValue()
Returns the value of the 'Old Value' attribute.
|
void |
setIndex(int value)
Sets the value of the '
Index' attribute. |
void |
setNewValue(Object value)
Sets the value of the '
New Value' attribute. |
void |
setOldValue(Object value)
Sets the value of the '
Old 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 getIndex()
If the meaning of the 'Index' attribute isn't clear, there really should be more of a description here...
setIndex(int),
OperationsPackage.getMultiAttributeSetOperation_Index()void setIndex(int value)
Index' attribute.
value - the new value of the 'Index' attribute.getIndex()Object getOldValue()
If the meaning of the 'Old Value' attribute isn't clear, there really should be more of a description here...
setOldValue(Object),
OperationsPackage.getMultiAttributeSetOperation_OldValue()void setOldValue(Object value)
Old Value' attribute. value - the new value of the 'Old Value' attribute.getOldValue()Object getNewValue()
If the meaning of the 'New Value' attribute isn't clear, there really should be more of a description here...
setNewValue(Object),
OperationsPackage.getMultiAttributeSetOperation_NewValue()void setNewValue(Object value)
New Value' attribute. value - the new value of the 'New Value' attribute.getNewValue()Copyright © 2017. All rights reserved.