Interface IBmObjectInfo


  • public interface IBmObjectInfo
    BM object info.
    • Method Detail

      • getId

        long getId()
        Get the ID of the object.
        Returns:
        the ID of the object.
      • getEClass

        org.eclipse.emf.ecore.EClass getEClass()
        Gets the EMF class of the object.
        Returns:
        the EMF class of the object.
      • getFqn

        String getFqn()
        Gets the FQN of the object.
        Returns:
        the FQN of the object or null if the object does not have one.