Interface CDOReference<OBJECT>

  • All Known Subinterfaces:
    CDOObjectReference
    All Known Implementing Classes:
    CDOIDReference

    public interface CDOReference<OBJECT>
    Represents a reference from one object to another object, possibly CDOID or CDOObject typed.
    Since:
    4.0
    Author:
    Eike Stepper
    No Implement
    This interface is not intended to be implemented by clients.
    No Extend
    This interface is not intended to be extended by clients.
    • Method Detail

      • getTargetObject

        OBJECT getTargetObject()
      • getSourceObject

        OBJECT getSourceObject()
      • getSourceFeature

        @Deprecated
        org.eclipse.emf.ecore.EStructuralFeature getSourceFeature()
        Deprecated.
        As of 4.10 use getSourceReference().
        Returns the source EReference.
      • getSourceReference

        org.eclipse.emf.ecore.EReference getSourceReference()
        Returns the source EReference.
        Since:
        4.10
      • getSourceIndex

        int getSourceIndex()