Interface InternalCDOPackageInfo

  • All Superinterfaces:
    org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, CDOPackageInfo, java.lang.Comparable<CDOPackageInfo>, org.eclipse.emf.ecore.EPackage.Descriptor

    public interface InternalCDOPackageInfo
    extends CDOPackageInfo, org.eclipse.emf.common.notify.Adapter.Internal
    If the meaning of this type isn't clear, there really should be more of a description here...
    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

      • setPackageURI

        void setPackageURI​(java.lang.String packageURI)
      • setParentURI

        void setParentURI​(java.lang.String parentURI)
      • setEPackage

        void setEPackage​(org.eclipse.emf.ecore.EPackage ePackage)
        Since:
        4.2
      • write

        void write​(CDODataOutput out)
            throws java.io.IOException
        Throws:
        java.io.IOException
        Since:
        3.0
      • read

        void read​(CDODataInput in)
           throws java.io.IOException
        Throws:
        java.io.IOException
        Since:
        3.0