public static interface IResourceDescription.Delta
IResourceDescription. Instances have
to follow the rule :
getNew()==null || getOld()==null || getOld().getURI().equals(getNew().getURI())
getNew()!=getOld()
| Modifier and Type | Method and Description |
|---|---|
IResourceDescription |
getNew() |
IResourceDescription |
getOld() |
org.eclipse.emf.common.util.URI |
getUri() |
boolean |
haveEObjectDescriptionsChanged() |
org.eclipse.emf.common.util.URI getUri()
IResourceDescription getOld()
IResourceDescription getNew()
boolean haveEObjectDescriptionsChanged()