Interface IBmCrossReference


  • public interface IBmCrossReference
    Represents a reference to an object.
    • Method Detail

      • getObjectId

        long getObjectId()
        Return an Object ID holding the reference.
        Returns:
        an Object ID holding the reference.
      • getFeatureId

        int getFeatureId()
        Return a feature ID holding the reference.
        Returns:
        a feature ID holding the reference.
      • getObject

        IBmObject getObject()
        Returns:
        object holding the reference.
      • getFeature

        org.eclipse.emf.ecore.EStructuralFeature getFeature()
        Returns:
        feature holding the reference.