public interface ListDelta extends Delta
The following features are supported:
DeltaPackage.getListDelta()
RESOLUTION_PROPERTY
Modifier and Type | Method and Description |
---|---|
ChangeDelta |
getChangeDelta()
Returns the value of the 'Change Delta' reference.
|
Location |
getLocation()
Returns the location of the list object.
|
java.lang.String |
getMatcherKey() |
MoveDelta |
getMove()
Returns the value of the 'Move' reference.
|
java.lang.Object |
getObject()
Returns the list object.
|
java.lang.String |
getObjectMatchingId()
Returns the matching ID of the list object if the location feature
is a containment reference, otherwise null.
|
void |
setChangeDelta(ChangeDelta value)
Sets the value of the '
Change Delta ' reference. |
void |
setMatcherKey(java.lang.String matcherId) |
void |
setMove(MoveDelta value)
Sets the value of the '
Move ' reference. |
void |
setObject(java.lang.Object object)
Sets the list delta object.
|
addComposite, addConflict, addDependent, addPrerequisite, addPropertyChangeListener, canAutoResolve, canResolve, canUnresolve, collectAtomicDeltaSet, collectResolutionSet, deleteConflict, deleteDependent, deletePrerequisite, getAffectedObject, getAffectedObjectMatchingId, getAppliedResolution, getAtomicComposites, getAtomicDeltaSet, getBase, getComposites, getConflicts, getContributor, getCustomProperty, getDependents, getDependentsRecursively, getDestinationLocation, getDestinationNewSetState, getDestinationOldSetState, getEquivalentDelta, getId, getPrerequisites, getPrerequisitesRecursively, getResolution, getResolutionSet, getSourceLocation, getSourceNewSetState, getSourceOldSetState, getType, hasUnresolvedConflicts, isAccepted, isConflicting, isDestinationSetStateChanged, isInConflictedAtomicContainer, isRejected, isResolved, isSameDelta, isSourceSetStateChanged, isSystemDelta, removePropertyChangeListener, resolve, setAppliedResolution, setCustomProperty, setEquivalentDelta, setSystemDelta, toStringImpl, unresolve
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
ChangeDelta getChangeDelta()
If the meaning of the 'Change Delta' reference isn't clear, there really should be more of a description here...
setChangeDelta(ChangeDelta)
,
DeltaPackage.getListDelta_ChangeDelta()
void setChangeDelta(ChangeDelta value)
Change Delta
' reference.
value
- the new value of the 'Change Delta' reference.getChangeDelta()
MoveDelta getMove()
If the meaning of the 'Move' reference isn't clear, there really should be more of a description here...
setMove(MoveDelta)
,
DeltaPackage.getListDelta_Move()
void setMove(MoveDelta value)
Move
' reference.
value
- the new value of the 'Move' reference.getMove()
java.lang.Object getObject()
void setObject(java.lang.Object object)
object
- the objectLocation getLocation()
java.lang.String getObjectMatchingId()
java.lang.String getMatcherKey()
void setMatcherKey(java.lang.String matcherId)
matcherId
-