Package com.nomagic.magicdraw.foundation
Interface MDFoundationPackage.Literals
-
- Enclosing interface:
- MDFoundationPackage
public static interface MDFoundationPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated:
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.emf.ecore.EClass
MD_EXTENSION
The meta object literal for the 'MD Extension
' class.static org.eclipse.emf.ecore.EReference
MD_EXTENSION__CONTENTS
The meta object literal for the 'Contents' containment reference list feature.static org.eclipse.emf.ecore.EReference
MD_EXTENSION__DETAILS
The meta object literal for the 'Details' map feature.static org.eclipse.emf.ecore.EReference
MD_EXTENSION__ELEMENT
The meta object literal for the 'Element' container reference feature.static org.eclipse.emf.ecore.EReference
MD_EXTENSION__REFERENCES
The meta object literal for the 'References' reference list feature.static org.eclipse.emf.ecore.EAttribute
MD_EXTENSION__SOURCE
The meta object literal for the 'Source' attribute feature.static org.eclipse.emf.ecore.EClass
MD_OBJECT
The meta object literal for the 'MD Object
' class.static org.eclipse.emf.ecore.EAttribute
MD_OBJECT__ID
The meta object literal for the 'ID' attribute feature.static org.eclipse.emf.ecore.EReference
MD_OBJECT__MD_EXTENSIONS
The meta object literal for the 'Md Extensions' containment reference list feature.static org.eclipse.emf.ecore.EClass
STRING_TO_STRING_MAP_ENTRY
The meta object literal for the 'String To String Map Entry
' class.static org.eclipse.emf.ecore.EAttribute
STRING_TO_STRING_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.static org.eclipse.emf.ecore.EAttribute
STRING_TO_STRING_MAP_ENTRY__VALUE
The meta object literal for the 'Value' attribute feature.
-
-
-
Field Detail
-
MD_OBJECT
static final org.eclipse.emf.ecore.EClass MD_OBJECT
The meta object literal for the 'MD Object
' class.- See Also:
MDObjectImpl
,MDFoundationPackageImpl.getMDObject()
- Generated:
-
MD_OBJECT__ID
static final org.eclipse.emf.ecore.EAttribute MD_OBJECT__ID
The meta object literal for the 'ID' attribute feature.- Generated:
-
MD_OBJECT__MD_EXTENSIONS
static final org.eclipse.emf.ecore.EReference MD_OBJECT__MD_EXTENSIONS
The meta object literal for the 'Md Extensions' containment reference list feature.- Generated:
-
MD_EXTENSION
static final org.eclipse.emf.ecore.EClass MD_EXTENSION
The meta object literal for the 'MD Extension
' class.- See Also:
MDExtensionImpl
,MDFoundationPackageImpl.getMDExtension()
- Generated:
-
MD_EXTENSION__SOURCE
static final org.eclipse.emf.ecore.EAttribute MD_EXTENSION__SOURCE
The meta object literal for the 'Source' attribute feature.- Generated:
-
MD_EXTENSION__CONTENTS
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__CONTENTS
The meta object literal for the 'Contents' containment reference list feature.- Generated:
-
MD_EXTENSION__REFERENCES
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__REFERENCES
The meta object literal for the 'References' reference list feature.- Generated:
-
MD_EXTENSION__ELEMENT
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__ELEMENT
The meta object literal for the 'Element' container reference feature.- Generated:
-
MD_EXTENSION__DETAILS
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__DETAILS
The meta object literal for the 'Details' map feature.- Generated:
-
STRING_TO_STRING_MAP_ENTRY
static final org.eclipse.emf.ecore.EClass STRING_TO_STRING_MAP_ENTRY
The meta object literal for the 'String To String Map Entry
' class.- See Also:
StringToStringMapEntryImpl
,MDFoundationPackageImpl.getStringToStringMapEntry()
- Generated:
-
STRING_TO_STRING_MAP_ENTRY__KEY
static final org.eclipse.emf.ecore.EAttribute STRING_TO_STRING_MAP_ENTRY__KEY
The meta object literal for the 'Key' attribute feature.- Generated:
-
STRING_TO_STRING_MAP_ENTRY__VALUE
static final org.eclipse.emf.ecore.EAttribute STRING_TO_STRING_MAP_ENTRY__VALUE
The meta object literal for the 'Value' attribute feature.- Generated:
-
-