public interface Set extends ValueChange
The following features are supported:
HistoryPackage.getSet()| Modifier and Type | Method and Description |
|---|---|
String |
getOldDataValue()
Returns the value of the 'Old Data Value' attribute.
|
org.eclipse.emf.ecore.EObject |
getOldReferenceValue()
Returns the value of the 'Old Reference Value' reference.
|
Object |
getOldValue()
Returns the value of the 'Old Value' attribute.
|
void |
setOldDataValue(String value)
Sets the value of the '
Old Data Value'
attribute. |
void |
setOldReferenceValue(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Old Reference Value' reference. |
void |
setOldValue(Object value)
Sets the value of the '
Old Value' attribute. |
getDataValue, getElement, getFeature, getFeatureName, getReferenceValue, getValue, setDataValue, setElement, setFeature, setFeatureName, setReferenceValue, setValuegetDescription, getRelease, isBreaking, setBreaking, setDescriptionString getOldDataValue()
If the meaning of the 'Old Data Value' attribute isn't clear, there really should be more of a description here...
Serialized value of a primitive type that is the old value of the attributesetOldDataValue(String),
HistoryPackage.getSet_OldDataValue()void setOldDataValue(String value)
Old Data Value'
attribute.
value - the new value of the 'Old Data Value' attribute.getOldDataValue()org.eclipse.emf.ecore.EObject getOldReferenceValue()
If the meaning of the 'Old Reference Value' reference isn't clear, there really should be more of a description here...
Value of an object type that is the old value of the referencesetOldReferenceValue(EObject),
HistoryPackage.getSet_OldReferenceValue()void setOldReferenceValue(org.eclipse.emf.ecore.EObject value)
Old Reference Value' reference.
value - the new value of the 'Old Reference Value' reference.getOldReferenceValue()Object getOldValue()
If the meaning of the 'Old Value' attribute isn't clear, there really should be more of a description here...
Derived attribute that provides either oldDataValue or oldFeferenceValue depending on the type of the feature (attribute or reference respectively)setOldValue(Object),
HistoryPackage.getSet_OldValue()void setOldValue(Object value)
Old Value' attribute.
value - the new value of the 'Old Value' attribute.getOldValue()Copyright © 2020. All rights reserved.