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