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:
  • Field Details

  • 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.