Interface DataDictionaryPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
DataDictionaryPackageImpl
public interface DataDictionaryPackage extends EPackage
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:
DataDictionaryFactory- 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
Nested Classes Modifier and Type Interface Description static interfaceDataDictionaryPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLLECTION_DATA_TYPEThe meta object id for the 'Collection Data Type' class.static intCOLLECTION_DATA_TYPE__IDThe feature id for the 'Id' attribute.static intCOLLECTION_DATA_TYPE__NAMEThe feature id for the 'Name' attribute.static intCOLLECTION_DATA_TYPE__TYPEThe feature id for the 'Type' reference.static intCOLLECTION_DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Collection Data Type' class.static intCOMPOSITE_DATA_TYPEThe meta object id for the 'Composite Data Type' class.static intCOMPOSITE_DATA_TYPE__COMPONENTSThe feature id for the 'Components' containment reference list.static intCOMPOSITE_DATA_TYPE__IDThe feature id for the 'Id' attribute.static intCOMPOSITE_DATA_TYPE__NAMEThe feature id for the 'Name' attribute.static intCOMPOSITE_DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Composite Data Type' class.static intDATA_DICTIONARYThe meta object id for the 'Data Dictionary' class.static intDATA_DICTIONARY__ENTRIESThe feature id for the 'Entries' containment reference list.static intDATA_DICTIONARY__IDThe feature id for the 'Id' attribute.static intDATA_DICTIONARY_FEATURE_COUNTThe number of structural features of the 'Data Dictionary' class.static intDATA_TYPEThe meta object id for the 'Data Type' class.static intDATA_TYPE__IDThe feature id for the 'Id' attribute.static intDATA_TYPE__NAMEThe feature id for the 'Name' attribute.static intDATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Data Type' class.static DataDictionaryPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intENTRYThe meta object id for the 'Entry' class.static intENTRY__IDThe feature id for the 'Id' attribute.static intENTRY__NAMEThe feature id for the 'Name' attribute.static intENTRY__TYPEThe feature id for the 'Type' reference.static intENTRY_FEATURE_COUNTThe number of structural features of the 'Entry' class.static intPRIMITIVE_DATA_TYPEThe meta object id for the 'Primitive Data Type' class.static intPRIMITIVE_DATA_TYPE__IDThe feature id for the 'Id' attribute.static intPRIMITIVE_DATA_TYPE__NAMEThe feature id for the 'Name' attribute.static intPRIMITIVE_DATA_TYPE_FEATURE_COUNTThe number of structural features of the 'Primitive Data Type' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetCollectionDataType()Returns the meta object for class 'Collection Data Type'.EReferencegetCollectionDataType_Type()Returns the meta object for the reference 'Type'.EClassgetCompositeDataType()Returns the meta object for class 'Composite Data Type'.EReferencegetCompositeDataType_Components()Returns the meta object for the containment reference list 'Components'.EClassgetDataDictionary()Returns the meta object for class 'Data Dictionary'.EReferencegetDataDictionary_Entries()Returns the meta object for the containment reference list 'Entries'.DataDictionaryFactorygetDataDictionaryFactory()Returns the factory that creates the instances of the model.EClassgetDataType()Returns the meta object for class 'Data Type'.EAttributegetDataType_Name()Returns the meta object for the attribute 'Name'.EClassgetEntry()Returns the meta object for class 'Entry'.EAttributegetEntry_Name()Returns the meta object for the attribute 'Name'.EReferencegetEntry_Type()Returns the meta object for the reference 'Type'.EClassgetPrimitiveDataType()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 Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final DataDictionaryPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
DATA_DICTIONARY
static final int DATA_DICTIONARY
The meta object id for the 'Data Dictionary' class.- See Also:
DataDictionaryImpl,DataDictionaryPackageImpl.getDataDictionary(), Constant Field Values- Generated class or method.
-
DATA_DICTIONARY__ID
static final int DATA_DICTIONARY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY__ENTRIES
static final int DATA_DICTIONARY__ENTRIES
The feature id for the 'Entries' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_DICTIONARY_FEATURE_COUNT
static final int DATA_DICTIONARY_FEATURE_COUNT
The number of structural features of the 'Data Dictionary' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_TYPE
static final int DATA_TYPE
The meta object id for the 'Data Type' class.- See Also:
DataTypeImpl,DataDictionaryPackageImpl.getDataType(), Constant Field Values- Generated class or method.
-
DATA_TYPE__ID
static final int DATA_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_TYPE__NAME
static final int DATA_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_TYPE_FEATURE_COUNT
static final int DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Data Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE
static final int COLLECTION_DATA_TYPE
The meta object id for the 'Collection Data Type' class.- See Also:
CollectionDataTypeImpl,DataDictionaryPackageImpl.getCollectionDataType(), Constant Field Values- Generated class or method.
-
COLLECTION_DATA_TYPE__ID
static final int COLLECTION_DATA_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE__NAME
static final int COLLECTION_DATA_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE__TYPE
static final int COLLECTION_DATA_TYPE__TYPE
The feature id for the 'Type' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COLLECTION_DATA_TYPE_FEATURE_COUNT
static final int COLLECTION_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Collection Data Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE
static final int COMPOSITE_DATA_TYPE
The meta object id for the 'Composite Data Type' class.- See Also:
CompositeDataTypeImpl,DataDictionaryPackageImpl.getCompositeDataType(), Constant Field Values- Generated class or method.
-
COMPOSITE_DATA_TYPE__ID
static final int COMPOSITE_DATA_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE__NAME
static final int COMPOSITE_DATA_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE__COMPONENTS
static final int COMPOSITE_DATA_TYPE__COMPONENTS
The feature id for the 'Components' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMPOSITE_DATA_TYPE_FEATURE_COUNT
static final int COMPOSITE_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Composite Data Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_DATA_TYPE
static final int PRIMITIVE_DATA_TYPE
The meta object id for the 'Primitive Data Type' class.- See Also:
PrimitiveDataTypeImpl,DataDictionaryPackageImpl.getPrimitiveDataType(), Constant Field Values- Generated class or method.
-
PRIMITIVE_DATA_TYPE__ID
static final int PRIMITIVE_DATA_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_DATA_TYPE__NAME
static final int PRIMITIVE_DATA_TYPE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_DATA_TYPE_FEATURE_COUNT
static final int PRIMITIVE_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Primitive Data Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY
static final int ENTRY
The meta object id for the 'Entry' class.- See Also:
EntryImpl,DataDictionaryPackageImpl.getEntry(), Constant Field Values- Generated class or method.
-
ENTRY__ID
static final int ENTRY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY__TYPE
static final int ENTRY__TYPE
The feature id for the 'Type' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY__NAME
static final int ENTRY__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTRY_FEATURE_COUNT
static final int ENTRY_FEATURE_COUNT
The number of structural features of the 'Entry' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getDataDictionary
EClass getDataDictionary()
Returns the meta object for class 'Data Dictionary'.- Returns:
- the meta object for class 'Data Dictionary'.
- See Also:
DataDictionary- 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:
DataDictionary.getEntries(),getDataDictionary()- 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:
CollectionDataType- 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:
CollectionDataType.getType(),getCollectionDataType()- 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:
CompositeDataType- 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:
CompositeDataType.getComponents(),getCompositeDataType()- 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:
PrimitiveDataType- Generated class or method.
-
getEntry
EClass getEntry()
Returns the meta object for class 'Entry'.- Returns:
- the meta object for class 'Entry'.
- See Also:
Entry- 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:
Entry.getType(),getEntry()- 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:
Entry.getName(),getEntry()- 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:
DataType- 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:
DataType.getName(),getDataType()- 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.
-
-