public interface FeatureChange extends EObject
The following features are supported:
ChangePackage.getFeatureChange()| Modifier and Type | Method and Description |
|---|---|
void |
apply(EObject originalObject) |
void |
applyAndReverse(EObject originalObject) |
java.lang.String |
getDataValue()
Returns the value of the 'Data Value' attribute
|
EStructuralFeature |
getFeature()
Returns the value of the 'Feature' reference
|
java.lang.String |
getFeatureName()
Returns the value of the 'Feature Name' attribute
|
EList<ListChange> |
getListChanges()
Returns the value of the 'List Changes' containment reference list.
|
EObject |
getReferenceValue()
Returns the value of the 'Reference Value' reference
|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute
|
boolean |
isSet()
Returns the value of the 'Set' attribute.
|
boolean |
isSetFeature()
Returns whether the value of the '
Feature' reference is set |
boolean |
isSetFeatureName()
Returns whether the value of the '
Feature Name' attribute is set |
void |
reverse(EObject originalObject) |
void |
setDataValue(java.lang.String value)
Sets the value of the '
Data Value' attribute |
void |
setFeature(EStructuralFeature value)
Sets the value of the '
Feature' reference |
void |
setFeatureName(java.lang.String value)
Sets the value of the '
Feature Name' attribute |
void |
setReferenceValue(EObject value)
Sets the value of the '
Reference Value' reference |
void |
setSet(boolean value)
Sets the value of the '
Set' attribute |
void |
unsetFeature()
Unsets the value of the '
Feature' reference |
void |
unsetFeatureName()
Unsets the value of the '
Feature Name' attribute |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getFeatureName()
isSetFeatureName(),
unsetFeatureName(),
setFeatureName(String),
ChangePackage.getFeatureChange_FeatureName()void setFeatureName(java.lang.String value)
Feature Name' attribute.
value - the new value of the 'Feature Name' attribute.isSetFeatureName(),
unsetFeatureName(),
getFeatureName()void unsetFeatureName()
Feature Name' attribute.
isSetFeatureName(),
getFeatureName(),
setFeatureName(String)boolean isSetFeatureName()
Feature Name' attribute is set.
unsetFeatureName(),
getFeatureName(),
setFeatureName(String)java.lang.String getDataValue()
setDataValue(String),
ChangePackage.getFeatureChange_DataValue()void setDataValue(java.lang.String value)
Data Value' attribute.
value - the new value of the 'Data Value' attribute.getDataValue()boolean isSet()
"true".
setSet(boolean),
ChangePackage.getFeatureChange_Set()void setSet(boolean value)
Set' attribute.
value - the new value of the 'Set' attribute.isSet()EStructuralFeature getFeature()
isSetFeature(),
unsetFeature(),
setFeature(EStructuralFeature),
ChangePackage.getFeatureChange_Feature()void setFeature(EStructuralFeature value)
Feature' reference.
value - the new value of the 'Feature' reference.isSetFeature(),
unsetFeature(),
getFeature()void unsetFeature()
Feature' reference.
isSetFeature(),
getFeature(),
setFeature(EStructuralFeature)boolean isSetFeature()
Feature' reference is set.
unsetFeature(),
getFeature(),
setFeature(EStructuralFeature)EObject getReferenceValue()
setReferenceValue(EObject),
ChangePackage.getFeatureChange_ReferenceValue()void setReferenceValue(EObject value)
Reference Value' reference.
value - the new value of the 'Reference Value' reference.getReferenceValue()EList<ListChange> getListChanges()
ListChange.
ChangePackage.getFeatureChange_ListChanges()java.lang.Object getValue()
ChangePackage.getFeatureChange_Value()void apply(EObject originalObject)
void applyAndReverse(EObject originalObject)
void reverse(EObject originalObject)