Interface CDOClassInfo

  • All Superinterfaces:
    org.eclipse.emf.common.notify.Adapter
    All Known Subinterfaces:
    InternalCDOClassInfo

    public interface CDOClassInfo
    extends org.eclipse.emf.common.notify.Adapter
    An EMF adapter that encapsulates CDO specific information about an EClass.
    Since:
    2.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

      • getEClass

        org.eclipse.emf.ecore.EClass getEClass()
      • isResourceNode

        boolean isResourceNode()
      • isResourceFolder

        boolean isResourceFolder()
      • isResource

        boolean isResource()
      • isPersistent

        boolean isPersistent​(int featureID)
        Since:
        4.2
      • isPersistent

        boolean isPersistent​(org.eclipse.emf.ecore.EStructuralFeature feature)
        Since:
        4.2
      • hasPersistentOpposite

        boolean hasPersistentOpposite​(org.eclipse.emf.ecore.EStructuralFeature feature)
        Since:
        4.2
      • hasPersistentFeatureMaps

        boolean hasPersistentFeatureMaps()
        Since:
        4.10
      • getAllPersistentFeatures

        org.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentFeatures()
      • getAllPersistentReferences

        org.eclipse.emf.ecore.EReference[] getAllPersistentReferences()
        Since:
        4.2
      • getAllPersistentContainments

        org.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentContainments()
        Since:
        4.2
      • getAllPersistentMapFeatures

        org.eclipse.emf.ecore.EStructuralFeature[] getAllPersistentMapFeatures()
        Since:
        4.10