Interface DataDictionaryPackage.Literals
-
- Enclosing interface:
- DataDictionaryPackage
public 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
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
COLLECTION_DATA_TYPE
The meta object literal for the 'Collection Data Type
' class.static EReference
COLLECTION_DATA_TYPE__TYPE
The meta object literal for the 'Type' reference feature.static EClass
COMPOSITE_DATA_TYPE
The meta object literal for the 'Composite Data Type
' class.static EReference
COMPOSITE_DATA_TYPE__COMPONENTS
The meta object literal for the 'Components' containment reference list feature.static EClass
DATA_DICTIONARY
The meta object literal for the 'Data Dictionary
' class.static EReference
DATA_DICTIONARY__ENTRIES
The meta object literal for the 'Entries' containment reference list feature.static EClass
DATA_TYPE
The meta object literal for the 'Data Type
' class.static EAttribute
DATA_TYPE__NAME
The meta object literal for the 'Name' attribute feature.static EClass
ENTRY
The meta object literal for the 'Entry
' class.static EAttribute
ENTRY__NAME
The meta object literal for the 'Name' attribute feature.static EReference
ENTRY__TYPE
The meta object literal for the 'Type' reference feature.static EClass
PRIMITIVE_DATA_TYPE
The meta object literal for the 'Primitive Data Type
' class.
-
-
-
Field Detail
-
DATA_DICTIONARY
static final EClass DATA_DICTIONARY
The meta object literal for the 'Data Dictionary
' class.- See Also:
DataDictionaryImpl
,DataDictionaryPackageImpl.getDataDictionary()
- Generated class or method.
-
DATA_DICTIONARY__ENTRIES
static final EReference DATA_DICTIONARY__ENTRIES
The meta object literal for the 'Entries' containment reference list feature.- Generated class or method.
-
COLLECTION_DATA_TYPE
static final EClass COLLECTION_DATA_TYPE
The meta object literal for the 'Collection Data Type
' class.- See Also:
CollectionDataTypeImpl
,DataDictionaryPackageImpl.getCollectionDataType()
- Generated class or method.
-
COLLECTION_DATA_TYPE__TYPE
static final EReference COLLECTION_DATA_TYPE__TYPE
The meta object literal for the 'Type' reference feature.- Generated class or method.
-
COMPOSITE_DATA_TYPE
static final EClass COMPOSITE_DATA_TYPE
The meta object literal for the 'Composite Data Type
' class.- See Also:
CompositeDataTypeImpl
,DataDictionaryPackageImpl.getCompositeDataType()
- Generated class or method.
-
COMPOSITE_DATA_TYPE__COMPONENTS
static final EReference COMPOSITE_DATA_TYPE__COMPONENTS
The meta object literal for the 'Components' containment reference list feature.- Generated class or method.
-
PRIMITIVE_DATA_TYPE
static final EClass PRIMITIVE_DATA_TYPE
The meta object literal for the 'Primitive Data Type
' class.- See Also:
PrimitiveDataTypeImpl
,DataDictionaryPackageImpl.getPrimitiveDataType()
- Generated class or method.
-
ENTRY
static final EClass ENTRY
The meta object literal for the 'Entry
' class.- See Also:
EntryImpl
,DataDictionaryPackageImpl.getEntry()
- Generated class or method.
-
ENTRY__TYPE
static final EReference ENTRY__TYPE
The meta object literal for the 'Type' reference feature.- Generated class or method.
-
ENTRY__NAME
static final EAttribute ENTRY__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
DATA_TYPE
static final EClass DATA_TYPE
The meta object literal for the 'Data Type
' class.- See Also:
DataTypeImpl
,DataDictionaryPackageImpl.getDataType()
- Generated class or method.
-
DATA_TYPE__NAME
static final EAttribute DATA_TYPE__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
-