public interface ContentChange extends PrimitiveChange
The following features are supported:
HistoryPackage.getContentChange()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getReference()
Returns the value of the 'Reference' reference.
|
String |
getReferenceName()
Returns the value of the 'Reference Name' attribute.
|
org.eclipse.emf.ecore.EObject |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setReference(org.eclipse.emf.ecore.EReference value)
Sets the value of the '
Reference'
reference. |
void |
setReferenceName(String value)
Sets the value of the '
Reference Name' attribute. |
void |
setTarget(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Target'
reference. |
getDescription, getRelease, isBreaking, setBreaking, setDescriptionorg.eclipse.emf.ecore.EObject getTarget()
setTarget(EObject),
HistoryPackage.getContentChange_Target()void setTarget(org.eclipse.emf.ecore.EObject value)
Target'
reference.
value - the new value of the 'Target' reference.getTarget()org.eclipse.emf.ecore.EReference getReference()
setReference(EReference),
HistoryPackage.getContentChange_Reference()void setReference(org.eclipse.emf.ecore.EReference value)
Reference'
reference.
value - the new value of the 'Reference' reference.getReference()String getReferenceName()
setReferenceName(String),
HistoryPackage.getContentChange_ReferenceName()void setReferenceName(String value)
Reference Name' attribute.
value - the new value of the 'Reference Name' attribute.getReferenceName()Copyright © 2020. All rights reserved.