Interface DataDictionaryPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
DataDictionaryPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Collection Data Type
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type' reference.static final int
The number of structural features of the 'Collection Data Type' class.static final int
The meta object id for the 'Composite Data Type
' class.static final int
The feature id for the 'Components' containment reference list.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Composite Data Type' class.static final int
The meta object id for the 'Data Dictionary
' class.static final int
The feature id for the 'Entries' containment reference list.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Data Dictionary' class.static final int
The meta object id for the 'Data Type
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Data Type' class.static final DataDictionaryPackage
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.static final int
The meta object id for the 'Entry
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Type' reference.static final int
The number of structural features of the 'Entry' class.static final int
The meta object id for the 'Primitive Data Type
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Name' attribute.static final int
The number of structural features of the 'Primitive Data Type' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Collection Data Type
'.Returns the meta object for the reference 'Type
'.Returns the meta object for class 'Composite Data Type
'.Returns the meta object for the containment reference list 'Components
'.Returns the meta object for class 'Data Dictionary
'.Returns the meta object for the containment reference list 'Entries
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Data Type
'.Returns the meta object for the attribute 'Name
'.getEntry()
Returns the meta object for class 'Entry
'.Returns the meta object for the attribute 'Name
'.Returns the meta object for the reference 'Type
'.Returns the meta object for class 'Primitive Data Type
'.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:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
DATA_DICTIONARY
static final int DATA_DICTIONARYThe meta object id for the 'Data Dictionary
' class.- See Also:
- Generated class or method.
-
DATA_DICTIONARY__ID
static final int DATA_DICTIONARY__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY__ENTRIES
static final int DATA_DICTIONARY__ENTRIESThe feature id for the 'Entries' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_FEATURE_COUNT
static final int DATA_DICTIONARY_FEATURE_COUNTThe number of structural features of the 'Data Dictionary' class.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_TYPE
static final int DATA_TYPEThe meta object id for the 'Data Type
' class.- See Also:
- Generated class or method.
-
DATA_TYPE__ID
static final int DATA_TYPE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_TYPE__NAME
static final int DATA_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
DATA_TYPE_FEATURE_COUNT
static final int DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Data Type' class.- See Also:
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE
static final int COLLECTION_DATA_TYPEThe meta object id for the 'Collection Data Type
' class.- See Also:
- Generated class or method.
-
COLLECTION_DATA_TYPE__ID
static final int COLLECTION_DATA_TYPE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE__NAME
static final int COLLECTION_DATA_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE__TYPE
static final int COLLECTION_DATA_TYPE__TYPEThe feature id for the 'Type' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE_FEATURE_COUNT
static final int COLLECTION_DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Collection Data Type' class.- See Also:
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE
static final int COMPOSITE_DATA_TYPEThe meta object id for the 'Composite Data Type
' class.- See Also:
- Generated class or method.
-
COMPOSITE_DATA_TYPE__ID
static final int COMPOSITE_DATA_TYPE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE__NAME
static final int COMPOSITE_DATA_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE__COMPONENTS
static final int COMPOSITE_DATA_TYPE__COMPONENTSThe feature id for the 'Components' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE_FEATURE_COUNT
static final int COMPOSITE_DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Composite Data Type' class.- See Also:
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_DATA_TYPE
static final int PRIMITIVE_DATA_TYPEThe meta object id for the 'Primitive Data Type
' class.- See Also:
- Generated class or method.
-
PRIMITIVE_DATA_TYPE__ID
static final int PRIMITIVE_DATA_TYPE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_DATA_TYPE__NAME
static final int PRIMITIVE_DATA_TYPE__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_DATA_TYPE_FEATURE_COUNT
static final int PRIMITIVE_DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Primitive Data Type' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ENTRY
static final int ENTRYThe meta object id for the 'Entry
' class.- See Also:
- Generated class or method.
-
ENTRY__ID
static final int ENTRY__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENTRY__TYPE
static final int ENTRY__TYPEThe feature id for the 'Type' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
ENTRY__NAME
static final int ENTRY__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ENTRY_FEATURE_COUNT
static final int ENTRY_FEATURE_COUNTThe number of structural features of the 'Entry' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getDataDictionary
EClass getDataDictionary()Returns the meta object for class 'Data Dictionary
'.- Returns:
- the meta object for class 'Data Dictionary'.
- See Also:
- Generated class or method.
-
getDataDictionary_Entries
EReference getDataDictionary_Entries()Returns the meta object for the containment reference list 'Entries
'.- Returns:
- the meta object for the containment reference list 'Entries'.
- See Also:
- Generated class or method.
-
getCollectionDataType
EClass getCollectionDataType()Returns the meta object for class 'Collection Data Type
'.- Returns:
- the meta object for class 'Collection Data Type'.
- See Also:
- Generated class or method.
-
getCollectionDataType_Type
EReference getCollectionDataType_Type()Returns the meta object for the reference 'Type
'.- Returns:
- the meta object for the reference 'Type'.
- See Also:
- Generated class or method.
-
getCompositeDataType
EClass getCompositeDataType()Returns the meta object for class 'Composite Data Type
'.- Returns:
- the meta object for class 'Composite Data Type'.
- See Also:
- Generated class or method.
-
getCompositeDataType_Components
EReference getCompositeDataType_Components()Returns the meta object for the containment reference list 'Components
'.- Returns:
- the meta object for the containment reference list 'Components'.
- See Also:
- Generated class or method.
-
getPrimitiveDataType
EClass getPrimitiveDataType()Returns the meta object for class 'Primitive Data Type
'.- Returns:
- the meta object for class 'Primitive Data Type'.
- See Also:
- Generated class or method.
-
getEntry
EClass getEntry()Returns the meta object for class 'Entry
'.- Returns:
- the meta object for class 'Entry'.
- See Also:
- Generated class or method.
-
getEntry_Type
EReference getEntry_Type()Returns the meta object for the reference 'Type
'.- Returns:
- the meta object for the reference 'Type'.
- See Also:
- Generated class or method.
-
getEntry_Name
EAttribute getEntry_Name()Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
- Generated class or method.
-
getDataType
EClass getDataType()Returns the meta object for class 'Data Type
'.- Returns:
- the meta object for class 'Data Type'.
- See Also:
- Generated class or method.
-
getDataType_Name
EAttribute getDataType_Name()Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
- Generated class or method.
-
getDataDictionaryFactory
DataDictionaryFactory getDataDictionaryFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-