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 interface
DataDictionaryPackage.Literals
Defines 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 int
COLLECTION_DATA_TYPE
The meta object id for the 'Collection Data Type
' class.static int
COLLECTION_DATA_TYPE__ID
The feature id for the 'Id' attribute.static int
COLLECTION_DATA_TYPE__NAME
The feature id for the 'Name' attribute.static int
COLLECTION_DATA_TYPE__TYPE
The feature id for the 'Type' reference.static int
COLLECTION_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Collection Data Type' class.static int
COMPOSITE_DATA_TYPE
The meta object id for the 'Composite Data Type
' class.static int
COMPOSITE_DATA_TYPE__COMPONENTS
The feature id for the 'Components' containment reference list.static int
COMPOSITE_DATA_TYPE__ID
The feature id for the 'Id' attribute.static int
COMPOSITE_DATA_TYPE__NAME
The feature id for the 'Name' attribute.static int
COMPOSITE_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Composite Data Type' class.static int
DATA_DICTIONARY
The meta object id for the 'Data Dictionary
' class.static int
DATA_DICTIONARY__ENTRIES
The feature id for the 'Entries' containment reference list.static int
DATA_DICTIONARY__ID
The feature id for the 'Id' attribute.static int
DATA_DICTIONARY_FEATURE_COUNT
The number of structural features of the 'Data Dictionary' class.static int
DATA_TYPE
The meta object id for the 'Data Type
' class.static int
DATA_TYPE__ID
The feature id for the 'Id' attribute.static int
DATA_TYPE__NAME
The feature id for the 'Name' attribute.static int
DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Data Type' class.static DataDictionaryPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
ENTRY
The meta object id for the 'Entry
' class.static int
ENTRY__ID
The feature id for the 'Id' attribute.static int
ENTRY__NAME
The feature id for the 'Name' attribute.static int
ENTRY__TYPE
The feature id for the 'Type' reference.static int
ENTRY_FEATURE_COUNT
The number of structural features of the 'Entry' class.static int
PRIMITIVE_DATA_TYPE
The meta object id for the 'Primitive Data Type
' class.static int
PRIMITIVE_DATA_TYPE__ID
The feature id for the 'Id' attribute.static int
PRIMITIVE_DATA_TYPE__NAME
The feature id for the 'Name' attribute.static int
PRIMITIVE_DATA_TYPE_FEATURE_COUNT
The number of structural features of the 'Primitive Data Type' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getCollectionDataType()
Returns the meta object for class 'Collection Data Type
'.EReference
getCollectionDataType_Type()
Returns the meta object for the reference 'Type
'.EClass
getCompositeDataType()
Returns the meta object for class 'Composite Data Type
'.EReference
getCompositeDataType_Components()
Returns the meta object for the containment reference list 'Components
'.EClass
getDataDictionary()
Returns the meta object for class 'Data Dictionary
'.EReference
getDataDictionary_Entries()
Returns the meta object for the containment reference list 'Entries
'.DataDictionaryFactory
getDataDictionaryFactory()
Returns the factory that creates the instances of the model.EClass
getDataType()
Returns the meta object for class 'Data Type
'.EAttribute
getDataType_Name()
Returns the meta object for the attribute 'Name
'.EClass
getEntry()
Returns the meta object for class 'Entry
'.EAttribute
getEntry_Name()
Returns the meta object for the attribute 'Name
'.EReference
getEntry_Type()
Returns the meta object for the reference 'Type
'.EClass
getPrimitiveDataType()
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.
-
-