Interface CorePackage.Literals

  • Enclosing interface:
    CorePackage

    public static interface CorePackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass EXCEPTION
      The meta object literal for the 'Exception' class.
      static org.eclipse.emf.ecore.EAttribute EXCEPTION__DATA
      The meta object literal for the 'Data' attribute feature.
      static org.eclipse.emf.ecore.EClass GENERIC_EXCEPTION
      The meta object literal for the 'Generic Exception' class.
      static org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__CATEGORY
      The meta object literal for the 'Category' attribute feature.
      static org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__CLSID
      The meta object literal for the 'Clsid' attribute feature.
      static org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__CREATION_STACK
      The meta object literal for the 'Creation Stack' attribute feature.
      static org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__DESCR
      The meta object literal for the 'Descr' attribute feature.
      static org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__ENCODED
      The meta object literal for the 'Encoded' attribute feature.
      static org.eclipse.emf.ecore.EReference GENERIC_EXCEPTION__INNER
      The meta object literal for the 'Inner' containment reference feature.
      static org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__UI_HELPER_UUID
      The meta object literal for the 'Ui Helper UUID' attribute feature.
      static org.eclipse.emf.ecore.EDataType OBJECT_VERSION
      The meta object literal for the 'Object Version' data type.
      static org.eclipse.emf.ecore.EDataType UUID
      The meta object literal for the 'UUID' data type.
    • Field Detail

      • GENERIC_EXCEPTION__DESCR

        static final org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__DESCR
        The meta object literal for the 'Descr' attribute feature.
      • GENERIC_EXCEPTION__INNER

        static final org.eclipse.emf.ecore.EReference GENERIC_EXCEPTION__INNER
        The meta object literal for the 'Inner' containment reference feature.
      • GENERIC_EXCEPTION__CATEGORY

        static final org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__CATEGORY
        The meta object literal for the 'Category' attribute feature.
      • GENERIC_EXCEPTION__UI_HELPER_UUID

        static final org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__UI_HELPER_UUID
        The meta object literal for the 'Ui Helper UUID' attribute feature.
      • GENERIC_EXCEPTION__CREATION_STACK

        static final org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__CREATION_STACK
        The meta object literal for the 'Creation Stack' attribute feature.
      • GENERIC_EXCEPTION__CLSID

        static final org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__CLSID
        The meta object literal for the 'Clsid' attribute feature.
      • GENERIC_EXCEPTION__ENCODED

        static final org.eclipse.emf.ecore.EAttribute GENERIC_EXCEPTION__ENCODED
        The meta object literal for the 'Encoded' attribute feature.
      • EXCEPTION__DATA

        static final org.eclipse.emf.ecore.EAttribute EXCEPTION__DATA
        The meta object literal for the 'Data' attribute feature.