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 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()