Interface EtypesPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    EtypesPackageImpl

    public interface EtypesPackage
    extends org.eclipse.emf.ecore.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.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  EtypesPackage.Literals
      Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
      • Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

        org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EClass getAnnotation()
      Returns the meta object for class 'Annotation'.
      org.eclipse.emf.ecore.EReference getAnnotation_Contents()
      Returns the meta object for the containment reference list 'Contents'.
      org.eclipse.emf.ecore.EReference getAnnotation_Details()
      Returns the meta object for the map 'Details'.
      org.eclipse.emf.ecore.EReference getAnnotation_ModelElement()
      Returns the meta object for the container reference 'Model Element'.
      org.eclipse.emf.ecore.EReference getAnnotation_References()
      Returns the meta object for the reference list 'References'.
      org.eclipse.emf.ecore.EAttribute getAnnotation_Source()
      Returns the meta object for the attribute 'Source'.
      org.eclipse.emf.ecore.EDataType getBlob()
      Returns the meta object for data type 'Blob'.
      org.eclipse.emf.ecore.EDataType getBranchPointRef()
      Returns the meta object for data type 'Branch Point Ref'.
      org.eclipse.emf.ecore.EDataType getBranchRef()
      Returns the meta object for data type 'Branch Ref'.
      org.eclipse.emf.ecore.EDataType getClassifierRef()
      Returns the meta object for data type 'Classifier Ref'.
      org.eclipse.emf.ecore.EDataType getClob()
      Returns the meta object for data type 'Clob'.
      EtypesFactory getEtypesFactory()
      Returns the factory that creates the instances of the model.
      org.eclipse.emf.ecore.EDataType getInputStream()
      Returns the meta object for data type 'Input Stream'.
      org.eclipse.emf.ecore.EDataType getLob()
      Returns the meta object for data type 'Lob'.
      org.eclipse.emf.ecore.EClass getModelElement()
      Returns the meta object for class 'Model Element'.
      org.eclipse.emf.ecore.EOperation getModelElement__GetAnnotation__String()
      Returns the meta object for the 'Get Annotation' operation.
      org.eclipse.emf.ecore.EReference getModelElement_Annotations()
      Returns the meta object for the containment reference list 'Annotations'.
      org.eclipse.emf.ecore.EDataType getReader()
      Returns the meta object for data type 'Reader'.
      • Methods inherited from interface org.eclipse.emf.ecore.EModelElement

        getEAnnotation, getEAnnotations
      • Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

        getName, setName
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.ecore.EPackage

        getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getModelElement

        org.eclipse.emf.ecore.EClass getModelElement()
        Returns the meta object for class 'Model Element'.
        Returns:
        the meta object for class 'Model Element'.
        See Also:
        ModelElement
        Generated
      • getModelElement_Annotations

        org.eclipse.emf.ecore.EReference getModelElement_Annotations()
        Returns the meta object for the containment reference list 'Annotations'.
        Returns:
        the meta object for the containment reference list 'Annotations'.
        See Also:
        ModelElement.getAnnotations(), getModelElement()
        Generated
      • getModelElement__GetAnnotation__String

        org.eclipse.emf.ecore.EOperation getModelElement__GetAnnotation__String()
        Returns the meta object for the 'Get Annotation' operation.
        Returns:
        the meta object for the 'Get Annotation' operation.
        Since:
        4.11
        See Also:
        ModelElement.getAnnotation(java.lang.String)
        Generated
      • getAnnotation

        org.eclipse.emf.ecore.EClass getAnnotation()
        Returns the meta object for class 'Annotation'.
        Returns:
        the meta object for class 'Annotation'.
        See Also:
        Annotation
        Generated
      • getAnnotation_Source

        org.eclipse.emf.ecore.EAttribute getAnnotation_Source()
        Returns the meta object for the attribute 'Source'.
        Returns:
        the meta object for the attribute 'Source'.
        See Also:
        Annotation.getSource(), getAnnotation()
        Generated
      • getAnnotation_Details

        org.eclipse.emf.ecore.EReference getAnnotation_Details()
        Returns the meta object for the map 'Details'.
        Returns:
        the meta object for the map 'Details'.
        See Also:
        Annotation.getDetails(), getAnnotation()
        Generated
      • getAnnotation_ModelElement

        org.eclipse.emf.ecore.EReference getAnnotation_ModelElement()
        Returns the meta object for the container reference 'Model Element'.
        Returns:
        the meta object for the container reference 'Model Element'.
        See Also:
        Annotation.getModelElement(), getAnnotation()
        Generated
      • getAnnotation_Contents

        org.eclipse.emf.ecore.EReference getAnnotation_Contents()
        Returns the meta object for the containment reference list 'Contents'.
        Returns:
        the meta object for the containment reference list 'Contents'.
        See Also:
        Annotation.getContents(), getAnnotation()
        Generated
      • getAnnotation_References

        org.eclipse.emf.ecore.EReference getAnnotation_References()
        Returns the meta object for the reference list 'References'.
        Returns:
        the meta object for the reference list 'References'.
        See Also:
        Annotation.getReferences(), getAnnotation()
        Generated
      • getBlob

        org.eclipse.emf.ecore.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

        org.eclipse.emf.ecore.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

        org.eclipse.emf.ecore.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

        org.eclipse.emf.ecore.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

        org.eclipse.emf.ecore.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

        org.eclipse.emf.ecore.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

        org.eclipse.emf.ecore.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

        org.eclipse.emf.ecore.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