|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChangeDescription
A representation of the model object 'Description'.
The following features are supported:
ChangePackage.getChangeDescription()
Method Summary | |
---|---|
void |
apply()
|
void |
applyAndReverse()
|
EMap<EObject,EList<FeatureChange>> |
getObjectChanges()
Returns the value of the 'Object Changes' map. |
EList<EObject> |
getObjectsToAttach()
Returns the value of the 'Objects To Attach' containment reference list. |
EList<EObject> |
getObjectsToDetach()
Returns the value of the 'Objects To Detach' reference list. |
EList<ResourceChange> |
getResourceChanges()
Returns the value of the 'Resource Changes' containment reference list. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
EMap<EObject,EList<FeatureChange>> getObjectChanges()
EObject
,
and the value is of type list of FeatureChange
,
ChangePackage.getChangeDescription_ObjectChanges()
EList<EObject> getObjectsToDetach()
EObject
.
Returns the list of objects that will be detached when this Change Description is applied. The list is calculated every time this method is called.
ChangePackage.getChangeDescription_ObjectsToDetach()
EList<EObject> getObjectsToAttach()
EObject
.
ChangePackage.getChangeDescription_ObjectsToAttach()
EList<ResourceChange> getResourceChanges()
ResourceChange
.
ChangePackage.getChangeDescription_ResourceChanges()
void apply()
void applyAndReverse()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |