Interface EtypesPackage

  • All Superinterfaces:
    EModelElement, ENamedElement, EObject, EPackage, Notifier
    All Known Implementing Classes:
    EtypesPackageImpl

    public interface EtypesPackage
    extends EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    EtypesFactory
    Generated
    Model
    kind="package"
    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

      • getModelElement

        EClass getModelElement()
        Returns the meta object for class 'Model Element'.
        Returns:
        the meta object for class 'Model Element'.
        See Also:
        ModelElement
        Generated
      • getAnnotation

        EClass getAnnotation()
        Returns the meta object for class 'Annotation'.
        Returns:
        the meta object for class 'Annotation'.
        See Also:
        Annotation
        Generated
      • getBlob

        EDataType getBlob()
        Returns the meta object for data type 'Blob'.
        Returns:
        the meta object for data type 'Blob'.
        See Also:
        CDOBlob
        Generated
        Model
        instanceClass="org.eclipse.emf.cdo.common.lob.CDOBlob"
      • getClob

        EDataType getClob()
        Returns the meta object for data type 'Clob'.
        Returns:
        the meta object for data type 'Clob'.
        See Also:
        CDOClob
        Generated
        Model
        instanceClass="org.eclipse.emf.cdo.common.lob.CDOClob"
      • getLob

        EDataType getLob()
        Returns the meta object for data type 'Lob'.
        Returns:
        the meta object for data type 'Lob'.
        Since:
        4.1
        See Also:
        CDOLob
        Generated
        Model
        instanceClass="org.eclipse.emf.cdo.common.lob.CDOLob"
      • getInputStream

        EDataType getInputStream()
        Returns the meta object for data type 'Input Stream'.
        Returns:
        the meta object for data type 'Input Stream'.
        Since:
        4.3
        See Also:
        InputStream
        Generated
        Model
        instanceClass="java.io.InputStream" serializeable="false"
      • getReader

        EDataType getReader()
        Returns the meta object for data type 'Reader'.
        Returns:
        the meta object for data type 'Reader'.
        Since:
        4.3
        See Also:
        Reader
        Generated
        Model
        instanceClass="java.io.Reader" serializeable="false"
      • getClassifierRef

        EDataType getClassifierRef()
        Returns the meta object for data type 'Classifier Ref'.
        Returns:
        the meta object for data type 'Classifier Ref'.
        See Also:
        CDOClassifierRef
        Generated
        Model
        instanceClass="org.eclipse.emf.cdo.common.model.CDOClassifierRef"
      • getBranchRef

        EDataType getBranchRef()
        Returns the meta object for data type 'Branch Ref'.
        Returns:
        the meta object for data type 'Branch Ref'.
        See Also:
        CDOBranchRef
        Generated
        Model
        instanceClass="org.eclipse.emf.cdo.common.branch.CDOBranchRef"
      • getBranchPointRef

        EDataType getBranchPointRef()
        Returns the meta object for data type 'Branch Point Ref'.
        Returns:
        the meta object for data type 'Branch Point Ref'.
        See Also:
        CDOBranchPointRef
        Generated
        Model
        instanceClass="org.eclipse.emf.cdo.common.branch.CDOBranchPointRef"
      • getEtypesFactory

        EtypesFactory getEtypesFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated