Class EObjectSnapshotProvider.ReferenceSnapshot
- java.lang.Object
-
- org.eclipse.xtext.ide.serializer.impl.EObjectSnapshotProvider.ReferenceSnapshot
-
- All Implemented Interfaces:
IReferenceSnapshot
- Enclosing class:
- EObjectSnapshotProvider
public static class EObjectSnapshotProvider.ReferenceSnapshot extends java.lang.Object implements IReferenceSnapshot
-
-
Constructor Summary
Constructors Constructor Description ReferenceSnapshot(org.eclipse.emf.common.util.URI sourceEObjectUri, IEObjectSnapshot targetEObject, org.eclipse.emf.ecore.EReference eReference, int indexInList, org.eclipse.emf.common.util.URI containerEObjectURI)
-
Method Summary
All Methods Instance Methods Concrete 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()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ReferenceSnapshot
public ReferenceSnapshot(org.eclipse.emf.common.util.URI sourceEObjectUri, IEObjectSnapshot targetEObject, org.eclipse.emf.ecore.EReference eReference, int indexInList, org.eclipse.emf.common.util.URI containerEObjectURI)
-
-
Method Detail
-
getContainerEObjectURI
public org.eclipse.emf.common.util.URI getContainerEObjectURI()
- Specified by:
getContainerEObjectURIin interfaceIReferenceSnapshot
-
getEReference
public org.eclipse.emf.ecore.EReference getEReference()
- Specified by:
getEReferencein interfaceIReferenceSnapshot
-
getIndexInList
public int getIndexInList()
- Specified by:
getIndexInListin interfaceIReferenceSnapshot
-
getSourceEObjectUri
public org.eclipse.emf.common.util.URI getSourceEObjectUri()
- Specified by:
getSourceEObjectUriin interfaceIReferenceSnapshot
-
getTarget
public IEObjectSnapshot getTarget()
- Specified by:
getTargetin interfaceIReferenceSnapshot
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-