Interface DataDictionaryPackage.Literals
-
- Enclosing interface:
- DataDictionaryPackage
public static interface DataDictionaryPackage.LiteralsDefines 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 EClassCOLLECTION_DATA_TYPEThe meta object literal for the 'Collection Data Type' class.static EReferenceCOLLECTION_DATA_TYPE__TYPEThe meta object literal for the 'Type' reference feature.static EClassCOMPOSITE_DATA_TYPEThe meta object literal for the 'Composite Data Type' class.static EReferenceCOMPOSITE_DATA_TYPE__COMPONENTSThe meta object literal for the 'Components' containment reference list feature.static EClassDATA_DICTIONARYThe meta object literal for the 'Data Dictionary' class.static EReferenceDATA_DICTIONARY__ENTRIESThe meta object literal for the 'Entries' containment reference list feature.static EClassDATA_TYPEThe meta object literal for the 'Data Type' class.static EAttributeDATA_TYPE__NAMEThe meta object literal for the 'Name' attribute feature.static EClassENTRYThe meta object literal for the 'Entry' class.static EAttributeENTRY__NAMEThe meta object literal for the 'Name' attribute feature.static EReferenceENTRY__TYPEThe meta object literal for the 'Type' reference feature.static EClassPRIMITIVE_DATA_TYPEThe 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.
-
-