Interface EtypesPackage.Literals

  • Enclosing interface:
    EtypesPackage

    public 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
    Generated
    No Implement
    This interface is not intended to be implemented by clients.
    No Extend
    This interface is not intended to be extended by clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass ANNOTATION
      The meta object literal for the 'Annotation' class.
      static org.eclipse.emf.ecore.EReference ANNOTATION__CONTENTS
      The meta object literal for the 'Contents' containment reference list feature.
      static org.eclipse.emf.ecore.EReference ANNOTATION__DETAILS
      The meta object literal for the 'Details' map feature.
      static org.eclipse.emf.ecore.EReference ANNOTATION__MODEL_ELEMENT
      The meta object literal for the 'Model Element' container reference feature.
      static org.eclipse.emf.ecore.EReference ANNOTATION__REFERENCES
      The meta object literal for the 'References' reference list feature.
      static org.eclipse.emf.ecore.EAttribute ANNOTATION__SOURCE
      The meta object literal for the 'Source' attribute feature.
      static org.eclipse.emf.ecore.EDataType BLOB
      The meta object literal for the 'Blob' data type.
      static org.eclipse.emf.ecore.EDataType BRANCH_POINT_REF
      The meta object literal for the 'Branch Point Ref' data type.
      static org.eclipse.emf.ecore.EDataType BRANCH_REF
      The meta object literal for the 'Branch Ref' data type.
      static org.eclipse.emf.ecore.EDataType CLASSIFIER_REF
      The meta object literal for the 'Classifier Ref' data type.
      static org.eclipse.emf.ecore.EDataType CLOB
      The meta object literal for the 'Clob' data type.
      static org.eclipse.emf.ecore.EDataType INPUT_STREAM
      The meta object literal for the 'Input Stream' data type.
      static org.eclipse.emf.ecore.EDataType LOB
      The meta object literal for the 'Lob' data type.
      static org.eclipse.emf.ecore.EClass MODEL_ELEMENT
      The meta object literal for the 'Model Element' class.
      static org.eclipse.emf.ecore.EOperation MODEL_ELEMENT___GET_ANNOTATION__STRING
      The meta object literal for the 'Get Annotation' operation.
      static org.eclipse.emf.ecore.EReference MODEL_ELEMENT__ANNOTATIONS
      The meta object literal for the 'Annotations' containment reference list feature.
      static org.eclipse.emf.ecore.EDataType READER
      The meta object literal for the 'Reader' data type.
    • Field Detail

      • MODEL_ELEMENT__ANNOTATIONS

        static final org.eclipse.emf.ecore.EReference MODEL_ELEMENT__ANNOTATIONS
        The meta object literal for the 'Annotations' containment reference list feature.
        Generated
      • MODEL_ELEMENT___GET_ANNOTATION__STRING

        static final org.eclipse.emf.ecore.EOperation MODEL_ELEMENT___GET_ANNOTATION__STRING
        The meta object literal for the 'Get Annotation' operation.
        Since:
        4.11
        Generated
      • ANNOTATION__SOURCE

        static final org.eclipse.emf.ecore.EAttribute ANNOTATION__SOURCE
        The meta object literal for the 'Source' attribute feature.
        Generated
      • ANNOTATION__DETAILS

        static final org.eclipse.emf.ecore.EReference ANNOTATION__DETAILS
        The meta object literal for the 'Details' map feature.
        Generated
      • ANNOTATION__MODEL_ELEMENT

        static final org.eclipse.emf.ecore.EReference ANNOTATION__MODEL_ELEMENT
        The meta object literal for the 'Model Element' container reference feature.
        Generated
      • ANNOTATION__CONTENTS

        static final org.eclipse.emf.ecore.EReference ANNOTATION__CONTENTS
        The meta object literal for the 'Contents' containment reference list feature.
        Generated
      • ANNOTATION__REFERENCES

        static final org.eclipse.emf.ecore.EReference ANNOTATION__REFERENCES
        The meta object literal for the 'References' reference list feature.
        Generated
      • LOB

        static final org.eclipse.emf.ecore.EDataType LOB
        The meta object literal for the 'Lob' data type.
        Since:
        4.1
        See Also:
        CDOLob, EtypesPackageImpl.getLob()
        Generated
      • INPUT_STREAM

        static final org.eclipse.emf.ecore.EDataType INPUT_STREAM
        The meta object literal for the 'Input Stream' data type.
        Since:
        4.3
        See Also:
        InputStream, EtypesPackageImpl.getInputStream()
        Generated
      • READER

        static final org.eclipse.emf.ecore.EDataType READER
        The meta object literal for the 'Reader' data type.
        Since:
        4.3
        See Also:
        Reader, EtypesPackageImpl.getReader()
        Generated