public interface ValueChange extends PrimitiveChange
The following features are supported:
HistoryPackage.getValueChange()| Modifier and Type | Method and Description |
|---|---|
String |
getDataValue()
Returns the value of the 'Data Value' attribute.
|
org.eclipse.emf.ecore.EObject |
getElement()
Returns the value of the 'Element' reference.
|
org.eclipse.emf.ecore.EStructuralFeature |
getFeature()
Returns the value of the 'Feature' reference.
|
String |
getFeatureName()
Returns the value of the 'Feature Name' attribute.
|
org.eclipse.emf.ecore.EObject |
getReferenceValue()
Returns the value of the 'Reference Value' reference.
|
Object |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setDataValue(String value)
Sets the value of the '
Data Value'
attribute. |
void |
setElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Element'
reference. |
void |
setFeature(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the '
Feature'
reference. |
void |
setFeatureName(String value)
Sets the value of the '
Feature Name
' attribute. |
void |
setReferenceValue(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Reference Value' reference. |
void |
setValue(Object value)
Sets the value of the '
Value' attribute. |
getDescription, getRelease, isBreaking, setBreaking, setDescriptionorg.eclipse.emf.ecore.EObject getElement()
setElement(EObject),
HistoryPackage.getValueChange_Element()void setElement(org.eclipse.emf.ecore.EObject value)
Element'
reference.
value - the new value of the 'Element' reference.getElement()org.eclipse.emf.ecore.EStructuralFeature getFeature()
setFeature(EStructuralFeature),
HistoryPackage.getValueChange_Feature()void setFeature(org.eclipse.emf.ecore.EStructuralFeature value)
Feature'
reference.
value - the new value of the 'Feature' reference.getFeature()String getFeatureName()
setFeatureName(String),
HistoryPackage.getValueChange_FeatureName()void setFeatureName(String value)
Feature Name
' attribute.
value - the new value of the 'Feature Name' attribute.getFeatureName()String getDataValue()
setDataValue(String),
HistoryPackage.getValueChange_DataValue()void setDataValue(String value)
Data Value'
attribute.
value - the new value of the 'Data Value' attribute.getDataValue()org.eclipse.emf.ecore.EObject getReferenceValue()
setReferenceValue(EObject),
HistoryPackage.getValueChange_ReferenceValue()void setReferenceValue(org.eclipse.emf.ecore.EObject value)
Reference Value' reference.
value - the new value of the 'Reference Value' reference.getReferenceValue()Object getValue()
setValue(Object),
HistoryPackage.getValueChange_Value()void setValue(Object value)
Value' attribute.
value - the new value of the 'Value' attribute.getValue()Copyright © 2020. All rights reserved.