Interface IReferenceSnapshot
-
- All Known Implementing Classes:
EObjectSnapshotProvider.ReferenceSnapshot
public interface IReferenceSnapshot- Since:
- 2.13
- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.URIgetContainerEObjectURI()org.eclipse.emf.ecore.EReferencegetEReference()intgetIndexInList()org.eclipse.emf.common.util.URIgetSourceEObjectUri()IEObjectSnapshotgetTarget()
-
-
-
Method Detail
-
getSourceEObjectUri
org.eclipse.emf.common.util.URI getSourceEObjectUri()
-
getContainerEObjectURI
org.eclipse.emf.common.util.URI getContainerEObjectURI()
-
getEReference
org.eclipse.emf.ecore.EReference getEReference()
-
getIndexInList
int getIndexInList()
-
getTarget
IEObjectSnapshot getTarget()
-
-