Interface MdExternalPropertiesPackage
- 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:
MdExternalPropertiesPackageImpl
public interface MdExternalPropertiesPackage
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 interface
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 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 int
The meta object id for the 'Abstract Additional Indexes
' class.static final int
The number of structural features of the 'Abstract Additional Indexes' class.static final int
The number of operations of the 'Abstract Additional Indexes' class.static final int
The meta object id for the 'Additional Indexes Container
' class.static final int
The feature id for the 'Additional Indexes' reference.static final int
The number of structural features of the 'Additional Indexes Container' class.static final int
The number of operations of the 'Additional Indexes Container' class.static final MdExternalPropertiesPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClass
Returns the meta object for class 'Abstract Additional Indexes
'.org.eclipse.emf.ecore.EClass
Returns the meta object for class 'Additional Indexes Container
'.org.eclipse.emf.ecore.EReference
Returns the meta object for the reference 'Additional Indexes
'.Returns the factory that creates the instances of the model.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods 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. -
ABSTRACT_ADDITIONAL_INDEXES
static final int ABSTRACT_ADDITIONAL_INDEXESThe meta object id for the 'Abstract Additional Indexes
' class. -
ABSTRACT_ADDITIONAL_INDEXES_FEATURE_COUNT
static final int ABSTRACT_ADDITIONAL_INDEXES_FEATURE_COUNTThe number of structural features of the 'Abstract Additional Indexes' class.- See Also:
-
ABSTRACT_ADDITIONAL_INDEXES_OPERATION_COUNT
static final int ABSTRACT_ADDITIONAL_INDEXES_OPERATION_COUNTThe number of operations of the 'Abstract Additional Indexes' class.- See Also:
-
ADDITIONAL_INDEXES_CONTAINER
static final int ADDITIONAL_INDEXES_CONTAINERThe meta object id for the 'Additional Indexes Container
' class. -
ADDITIONAL_INDEXES_CONTAINER__ADDITIONAL_INDEXES
static final int ADDITIONAL_INDEXES_CONTAINER__ADDITIONAL_INDEXESThe feature id for the 'Additional Indexes' reference.- See Also:
-
ADDITIONAL_INDEXES_CONTAINER_FEATURE_COUNT
static final int ADDITIONAL_INDEXES_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Additional Indexes Container' class.- See Also:
-
ADDITIONAL_INDEXES_CONTAINER_OPERATION_COUNT
static final int ADDITIONAL_INDEXES_CONTAINER_OPERATION_COUNTThe number of operations of the 'Additional Indexes Container' class.- See Also:
-
-
Method Details
-
getAbstractAdditionalIndexes
org.eclipse.emf.ecore.EClass getAbstractAdditionalIndexes()Returns the meta object for class 'Abstract Additional Indexes
'.- Returns:
- the meta object for class 'Abstract Additional Indexes'.
- See Also:
-
getAdditionalIndexesContainer
org.eclipse.emf.ecore.EClass getAdditionalIndexesContainer()Returns the meta object for class 'Additional Indexes Container
'.- Returns:
- the meta object for class 'Additional Indexes Container'.
- See Also:
-
getAdditionalIndexesContainer_AdditionalIndexes
org.eclipse.emf.ecore.EReference getAdditionalIndexesContainer_AdditionalIndexes()Returns the meta object for the reference 'Additional Indexes
'.- Returns:
- the meta object for the reference 'Additional Indexes'.
- See Also:
-
getMdExternalPropertiesFactory
MdExternalPropertiesFactory getMdExternalPropertiesFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-