Package com.e1c.g5.v8.dt.md.aindex.model
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
FieldsModifier and TypeFieldDescriptionstatic 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_INDEXESThe meta object literal for the 'Additional Indexes
' class. -
ADDITIONAL_INDEXES__INDEXES
static final org.eclipse.emf.ecore.EReference ADDITIONAL_INDEXES__INDEXESThe meta object literal for the 'Indexes' containment reference list feature. -
ADDITIONAL_INDEX
static final org.eclipse.emf.ecore.EClass ADDITIONAL_INDEXThe meta object literal for the 'Additional Index
' class. -
ADDITIONAL_INDEX__ID
static final org.eclipse.emf.ecore.EAttribute ADDITIONAL_INDEX__IDThe meta object literal for the 'Id' attribute feature. -
ADDITIONAL_INDEX__NAME
static final org.eclipse.emf.ecore.EAttribute ADDITIONAL_INDEX__NAMEThe meta object literal for the 'Name' attribute feature. -
ADDITIONAL_INDEX__TABLE
static final org.eclipse.emf.ecore.EReference ADDITIONAL_INDEX__TABLEThe meta object literal for the 'Table' reference feature. -
ADDITIONAL_INDEX__INDEXED_FIELDS
static final org.eclipse.emf.ecore.EReference ADDITIONAL_INDEX__INDEXED_FIELDSThe 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_FIELDSThe meta object literal for the 'Additional Fields' containment reference list feature. -
INDEX_FIELD
static final org.eclipse.emf.ecore.EClass INDEX_FIELDThe meta object literal for the 'Index Field
' class. -
INDEX_FIELD__PATH
static final org.eclipse.emf.ecore.EAttribute INDEX_FIELD__PATHThe meta object literal for the 'Path' attribute feature. -
INDEX_FIELD__NAME
static final org.eclipse.emf.ecore.EAttribute INDEX_FIELD__NAMEThe meta object literal for the 'Name' attribute feature. -
INDEX_FIELD__NAME_RU
static final org.eclipse.emf.ecore.EAttribute INDEX_FIELD__NAME_RUThe meta object literal for the 'Name Ru' attribute feature. -
INDEX_FIELD__SOURCE
static final org.eclipse.emf.ecore.EReference INDEX_FIELD__SOURCEThe meta object literal for the 'Source' reference feature.
-