Interface AdditionalIndexesPackage.Literals

Enclosing interface:
AdditionalIndexesPackage

public static interface AdditionalIndexesPackage.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 final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Additional Index' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Additional Fields' containment reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Id' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Indexed Fields' containment reference list feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Table' reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Additional Indexes' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Indexes' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Index Field' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name Ru' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Path' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Source' reference feature.
  • Field Details

    • ADDITIONAL_INDEXES

      static final org.eclipse.emf.ecore.EClass ADDITIONAL_INDEXES
      The meta object literal for the 'Additional Indexes' class.
      See Also:
    • ADDITIONAL_INDEXES__INDEXES

      static final org.eclipse.emf.ecore.EReference ADDITIONAL_INDEXES__INDEXES
      The meta object literal for the 'Indexes' containment reference list feature.
    • ADDITIONAL_INDEX

      static final org.eclipse.emf.ecore.EClass ADDITIONAL_INDEX
      The meta object literal for the 'Additional Index' class.
      See Also:
    • ADDITIONAL_INDEX__ID

      static final org.eclipse.emf.ecore.EAttribute ADDITIONAL_INDEX__ID
      The meta object literal for the 'Id' attribute feature.
    • ADDITIONAL_INDEX__NAME

      static final org.eclipse.emf.ecore.EAttribute ADDITIONAL_INDEX__NAME
      The meta object literal for the 'Name' attribute feature.
    • ADDITIONAL_INDEX__TABLE

      static final org.eclipse.emf.ecore.EReference ADDITIONAL_INDEX__TABLE
      The meta object literal for the 'Table' reference feature.
    • ADDITIONAL_INDEX__INDEXED_FIELDS

      static final org.eclipse.emf.ecore.EReference ADDITIONAL_INDEX__INDEXED_FIELDS
      The meta object literal for the 'Indexed Fields' containment reference list feature.
    • ADDITIONAL_INDEX__ADDITIONAL_FIELDS

      static final org.eclipse.emf.ecore.EReference ADDITIONAL_INDEX__ADDITIONAL_FIELDS
      The meta object literal for the 'Additional Fields' containment reference list feature.
    • INDEX_FIELD

      static final org.eclipse.emf.ecore.EClass INDEX_FIELD
      The meta object literal for the 'Index Field' class.
      See Also:
    • INDEX_FIELD__PATH

      static final org.eclipse.emf.ecore.EAttribute INDEX_FIELD__PATH
      The meta object literal for the 'Path' attribute feature.
    • INDEX_FIELD__NAME

      static final org.eclipse.emf.ecore.EAttribute INDEX_FIELD__NAME
      The meta object literal for the 'Name' attribute feature.
    • INDEX_FIELD__NAME_RU

      static final org.eclipse.emf.ecore.EAttribute INDEX_FIELD__NAME_RU
      The meta object literal for the 'Name Ru' attribute feature.
    • INDEX_FIELD__SOURCE

      static final org.eclipse.emf.ecore.EReference INDEX_FIELD__SOURCE
      The meta object literal for the 'Source' reference feature.