Interface LcorePackage.Literals

  • Enclosing interface:
    LcorePackage

    public static interface LcorePackage.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 BASIC_TYPE
      The meta object literal for the 'Basic Type' class.
      static org.eclipse.emf.ecore.EClass BOOLEAN_TYPE
      The meta object literal for the 'Boolean Type' class.
      static org.eclipse.emf.ecore.EClass DATE_TYPE
      The meta object literal for the 'Date Type' class.
      static org.eclipse.emf.ecore.EAttribute DATE_TYPE__DATE_FRACTIONS
      The meta object literal for the 'Date Fractions' attribute feature.
      static org.eclipse.emf.ecore.EClass NULL_TYPE
      The meta object literal for the 'Null Type' class.
      static org.eclipse.emf.ecore.EClass NUMBER_TYPE
      The meta object literal for the 'Number Type' class.
      static org.eclipse.emf.ecore.EAttribute NUMBER_TYPE__NON_NEGATIVE
      The meta object literal for the 'Non Negative' attribute feature.
      static org.eclipse.emf.ecore.EAttribute NUMBER_TYPE__PRECISION
      The meta object literal for the 'Precision' attribute feature.
      static org.eclipse.emf.ecore.EAttribute NUMBER_TYPE__SCALE
      The meta object literal for the 'Scale' attribute feature.
      static org.eclipse.emf.ecore.EClass STRING_TYPE
      The meta object literal for the 'String Type' class.
      static org.eclipse.emf.ecore.EAttribute STRING_TYPE__FIXED
      The meta object literal for the 'Fixed' attribute feature.
      static org.eclipse.emf.ecore.EAttribute STRING_TYPE__LENGTH
      The meta object literal for the 'Length' attribute feature.
    • Field Detail

      • STRING_TYPE__LENGTH

        static final org.eclipse.emf.ecore.EAttribute STRING_TYPE__LENGTH
        The meta object literal for the 'Length' attribute feature.
      • STRING_TYPE__FIXED

        static final org.eclipse.emf.ecore.EAttribute STRING_TYPE__FIXED
        The meta object literal for the 'Fixed' attribute feature.
      • NUMBER_TYPE__PRECISION

        static final org.eclipse.emf.ecore.EAttribute NUMBER_TYPE__PRECISION
        The meta object literal for the 'Precision' attribute feature.
      • NUMBER_TYPE__SCALE

        static final org.eclipse.emf.ecore.EAttribute NUMBER_TYPE__SCALE
        The meta object literal for the 'Scale' attribute feature.
      • NUMBER_TYPE__NON_NEGATIVE

        static final org.eclipse.emf.ecore.EAttribute NUMBER_TYPE__NON_NEGATIVE
        The meta object literal for the 'Non Negative' attribute feature.
      • DATE_TYPE__DATE_FRACTIONS

        static final org.eclipse.emf.ecore.EAttribute DATE_TYPE__DATE_FRACTIONS
        The meta object literal for the 'Date Fractions' attribute feature.