Package com.e1c.g5.v8.dt.md.aindex.model
Interface AdditionalIndexesPackage
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.ENamedElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EPackage,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AdditionalIndexesPackageImpl
public interface AdditionalIndexesPackage
extends org.eclipse.emf.ecore.EPackage
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe meta object id for the 'Additional Index' class.static final intThe feature id for the 'Additional Fields' containment reference list.static final intThe feature id for the 'Id' attribute.static final intThe feature id for the 'Indexed Fields' containment reference list.static final intThe feature id for the 'Name' attribute.static final intThe feature id for the 'Table' reference.static final intThe number of structural features of the 'Additional Index' class.static final intThe number of operations of the 'Additional Index' class.static final intThe meta object id for the 'Additional Indexes' class.static final intThe feature id for the 'Indexes' containment reference list.static final intThe number of structural features of the 'Additional Indexes' class.static final intThe number of operations of the 'Additional Indexes' class.static final AdditionalIndexesPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Index Field' class.static final intThe feature id for the 'Name' attribute.static final intThe feature id for the 'Name Ru' attribute.static final intThe feature id for the 'Path' attribute.static final intThe feature id for the 'Source' reference.static final intThe number of structural features of the 'Index Field' class.static final intThe number of operations of the 'Index Field' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'Additional Index'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Additional Fields'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Id'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Indexed Fields'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the reference 'Table'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Additional Indexes'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Indexes'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Index Field'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Name Ru'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Path'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the reference 'Source'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
ADDITIONAL_INDEXES
static final int ADDITIONAL_INDEXESThe meta object id for the 'Additional Indexes' class. -
ADDITIONAL_INDEXES__INDEXES
static final int ADDITIONAL_INDEXES__INDEXESThe feature id for the 'Indexes' containment reference list.- See Also:
-
ADDITIONAL_INDEXES_FEATURE_COUNT
static final int ADDITIONAL_INDEXES_FEATURE_COUNTThe number of structural features of the 'Additional Indexes' class.- See Also:
-
ADDITIONAL_INDEXES_OPERATION_COUNT
static final int ADDITIONAL_INDEXES_OPERATION_COUNTThe number of operations of the 'Additional Indexes' class.- See Also:
-
ADDITIONAL_INDEX
static final int ADDITIONAL_INDEXThe meta object id for the 'Additional Index' class. -
ADDITIONAL_INDEX__ID
static final int ADDITIONAL_INDEX__IDThe feature id for the 'Id' attribute.- See Also:
-
ADDITIONAL_INDEX__NAME
static final int ADDITIONAL_INDEX__NAMEThe feature id for the 'Name' attribute.- See Also:
-
ADDITIONAL_INDEX__TABLE
static final int ADDITIONAL_INDEX__TABLEThe feature id for the 'Table' reference.- See Also:
-
ADDITIONAL_INDEX__INDEXED_FIELDS
static final int ADDITIONAL_INDEX__INDEXED_FIELDSThe feature id for the 'Indexed Fields' containment reference list.- See Also:
-
ADDITIONAL_INDEX__ADDITIONAL_FIELDS
static final int ADDITIONAL_INDEX__ADDITIONAL_FIELDSThe feature id for the 'Additional Fields' containment reference list.- See Also:
-
ADDITIONAL_INDEX_FEATURE_COUNT
static final int ADDITIONAL_INDEX_FEATURE_COUNTThe number of structural features of the 'Additional Index' class.- See Also:
-
ADDITIONAL_INDEX_OPERATION_COUNT
static final int ADDITIONAL_INDEX_OPERATION_COUNTThe number of operations of the 'Additional Index' class.- See Also:
-
INDEX_FIELD
static final int INDEX_FIELDThe meta object id for the 'Index Field' class. -
INDEX_FIELD__PATH
static final int INDEX_FIELD__PATHThe feature id for the 'Path' attribute.- See Also:
-
INDEX_FIELD__NAME
static final int INDEX_FIELD__NAMEThe feature id for the 'Name' attribute.- See Also:
-
INDEX_FIELD__NAME_RU
static final int INDEX_FIELD__NAME_RUThe feature id for the 'Name Ru' attribute.- See Also:
-
INDEX_FIELD__SOURCE
static final int INDEX_FIELD__SOURCEThe feature id for the 'Source' reference.- See Also:
-
INDEX_FIELD_FEATURE_COUNT
static final int INDEX_FIELD_FEATURE_COUNTThe number of structural features of the 'Index Field' class.- See Also:
-
INDEX_FIELD_OPERATION_COUNT
static final int INDEX_FIELD_OPERATION_COUNTThe number of operations of the 'Index Field' class.- See Also:
-
-
Method Details
-
getAdditionalIndexes
org.eclipse.emf.ecore.EClass getAdditionalIndexes()Returns the meta object for class 'Additional Indexes'.- Returns:
- the meta object for class 'Additional Indexes'.
- See Also:
-
getAdditionalIndexes_Indexes
org.eclipse.emf.ecore.EReference getAdditionalIndexes_Indexes()Returns the meta object for the containment reference list 'Indexes'.- Returns:
- the meta object for the containment reference list 'Indexes'.
- See Also:
-
getAdditionalIndex
org.eclipse.emf.ecore.EClass getAdditionalIndex()Returns the meta object for class 'Additional Index'.- Returns:
- the meta object for class 'Additional Index'.
- See Also:
-
getAdditionalIndex_Id
org.eclipse.emf.ecore.EAttribute getAdditionalIndex_Id()Returns the meta object for the attribute 'Id'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
-
getAdditionalIndex_Name
org.eclipse.emf.ecore.EAttribute getAdditionalIndex_Name()Returns the meta object for the attribute 'Name'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
-
getAdditionalIndex_Table
org.eclipse.emf.ecore.EReference getAdditionalIndex_Table()Returns the meta object for the reference 'Table'.- Returns:
- the meta object for the reference 'Table'.
- See Also:
-
getAdditionalIndex_IndexedFields
org.eclipse.emf.ecore.EReference getAdditionalIndex_IndexedFields()Returns the meta object for the containment reference list 'Indexed Fields'.- Returns:
- the meta object for the containment reference list 'Indexed Fields'.
- See Also:
-
getAdditionalIndex_AdditionalFields
org.eclipse.emf.ecore.EReference getAdditionalIndex_AdditionalFields()Returns the meta object for the containment reference list 'Additional Fields'.- Returns:
- the meta object for the containment reference list 'Additional Fields'.
- See Also:
-
getIndexField
org.eclipse.emf.ecore.EClass getIndexField()Returns the meta object for class 'Index Field'.- Returns:
- the meta object for class 'Index Field'.
- See Also:
-
getIndexField_Path
org.eclipse.emf.ecore.EAttribute getIndexField_Path()Returns the meta object for the attribute 'Path'.- Returns:
- the meta object for the attribute 'Path'.
- See Also:
-
getIndexField_Name
org.eclipse.emf.ecore.EAttribute getIndexField_Name()Returns the meta object for the attribute 'Name'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
-
getIndexField_NameRu
org.eclipse.emf.ecore.EAttribute getIndexField_NameRu()Returns the meta object for the attribute 'Name Ru'.- Returns:
- the meta object for the attribute 'Name Ru'.
- See Also:
-
getIndexField_Source
org.eclipse.emf.ecore.EReference getIndexField_Source()Returns the meta object for the reference 'Source'.- Returns:
- the meta object for the reference 'Source'.
- See Also:
-
getAdditionalIndexesFactory
AdditionalIndexesFactory getAdditionalIndexesFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-