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
Modifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EClass
The meta object literal for the 'MD Extension
' class.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Contents' containment reference list feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Details' map feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Element' container reference feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'References' reference list feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Source' attribute feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'MD Object
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'ID' attribute feature.static final org.eclipse.emf.ecore.EReference
The meta object literal for the 'Md Extensions' containment reference list feature.static final org.eclipse.emf.ecore.EClass
The meta object literal for the 'String To String Map Entry
' class.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Key' attribute feature.static final org.eclipse.emf.ecore.EAttribute
The meta object literal for the 'Value' attribute feature.
-
Field Details
-
MD_OBJECT
static final org.eclipse.emf.ecore.EClass MD_OBJECTThe 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__IDThe meta object literal for the 'ID' attribute feature.- Generated:
-
MD_OBJECT__MD_EXTENSIONS
static final org.eclipse.emf.ecore.EReference MD_OBJECT__MD_EXTENSIONSThe meta object literal for the 'Md Extensions' containment reference list feature.- Generated:
-
MD_EXTENSION
static final org.eclipse.emf.ecore.EClass MD_EXTENSIONThe 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__SOURCEThe meta object literal for the 'Source' attribute feature.- Generated:
-
MD_EXTENSION__CONTENTS
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__CONTENTSThe meta object literal for the 'Contents' containment reference list feature.- Generated:
-
MD_EXTENSION__REFERENCES
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__REFERENCESThe meta object literal for the 'References' reference list feature.- Generated:
-
MD_EXTENSION__ELEMENT
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__ELEMENTThe meta object literal for the 'Element' container reference feature.- Generated:
-
MD_EXTENSION__DETAILS
static final org.eclipse.emf.ecore.EReference MD_EXTENSION__DETAILSThe 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_ENTRYThe 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__KEYThe 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__VALUEThe meta object literal for the 'Value' attribute feature.- Generated:
-