public interface ResourceChange extends EObject
The following features are supported:
ChangePackage.getResourceChange()| Modifier and Type | Method and Description |
|---|---|
void |
apply() |
void |
applyAndReverse() |
EList<ListChange> |
getListChanges()
Returns the value of the 'List Changes' containment reference list.
|
Resource |
getResource()
Returns the value of the 'Resource' attribute
|
java.lang.String |
getResourceURI()
Returns the value of the 'Resource URI' attribute
|
EList<?> |
getValue()
Returns the value of the 'Value' attribute
|
void |
reverse() |
void |
setResource(Resource value)
Sets the value of the '
Resource' attribute |
void |
setResourceURI(java.lang.String value)
Sets the value of the '
Resource URI' attribute |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getResourceURI()
setResourceURI(String),
ChangePackage.getResourceChange_ResourceURI()void setResourceURI(java.lang.String value)
Resource URI' attribute.
value - the new value of the 'Resource URI' attribute.getResourceURI()Resource getResource()
setResource(Resource),
ChangePackage.getResourceChange_Resource()void setResource(Resource value)
Resource' attribute.
value - the new value of the 'Resource' attribute.getResource()EList<?> getValue()
ChangePackage.getResourceChange_Value()EList<ListChange> getListChanges()
ListChange.
ChangePackage.getResourceChange_ListChanges()void apply()
void applyAndReverse()
void reverse()