public interface MDFoundationPackage
extends org.eclipse.emf.ecore.EPackage
MDFoundationFactory| Modifier and Type | Interface and Description | 
|---|---|
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
 
  
 | 
| Modifier and Type | Field and Description | 
|---|---|
static MDFoundationPackage | 
eINSTANCE
The singleton instance of the package. 
 | 
static java.lang.String | 
eNAME
The package name. 
 | 
static java.lang.String | 
eNS_PREFIX
The package namespace name. 
 | 
static java.lang.String | 
eNS_URI
The package namespace URI. 
 | 
static int | 
MD_EXTENSION
The meta object id for the ' 
MD Extension' class. | 
static int | 
MD_EXTENSION__CONTENTS
The feature id for the 'Contents' containment reference list. 
 | 
static int | 
MD_EXTENSION__DETAILS
The feature id for the 'Details' map. 
 | 
static int | 
MD_EXTENSION__ELEMENT
The feature id for the 'Element' container reference. 
 | 
static int | 
MD_EXTENSION__REFERENCES
The feature id for the 'References' reference list. 
 | 
static int | 
MD_EXTENSION__SOURCE
The feature id for the 'Source' attribute. 
 | 
static int | 
MD_EXTENSION_FEATURE_COUNT
The number of structural features of the 'MD Extension' class. 
 | 
static int | 
MD_OBJECT
The meta object id for the ' 
MD Object' class. | 
static int | 
MD_OBJECT__ID
The feature id for the 'ID' attribute. 
 | 
static int | 
MD_OBJECT__MD_EXTENSIONS
The feature id for the 'Md Extensions' containment reference list. 
 | 
static int | 
MD_OBJECT_FEATURE_COUNT
The number of structural features of the 'MD Object' class. 
 | 
static int | 
STRING_TO_STRING_MAP_ENTRY
The meta object id for the ' 
String To String Map Entry' class. | 
static int | 
STRING_TO_STRING_MAP_ENTRY__KEY
The feature id for the 'Key' attribute. 
 | 
static int | 
STRING_TO_STRING_MAP_ENTRY__VALUE
The feature id for the 'Value' attribute. 
 | 
static int | 
STRING_TO_STRING_MAP_ENTRY_FEATURE_COUNT
The number of structural features of the 'String To String Map Entry' class. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.eclipse.emf.ecore.EReference | 
getMDExtension_Contents()
Returns the meta object for the containment reference list ' 
Contents'. | 
org.eclipse.emf.ecore.EReference | 
getMDExtension_Details()
Returns the meta object for the map ' 
Details'. | 
org.eclipse.emf.ecore.EReference | 
getMDExtension_Element()
Returns the meta object for the container reference ' 
Element'. | 
org.eclipse.emf.ecore.EReference | 
getMDExtension_References()
Returns the meta object for the reference list ' 
References'. | 
org.eclipse.emf.ecore.EAttribute | 
getMDExtension_Source()
Returns the meta object for the attribute ' 
Source'. | 
org.eclipse.emf.ecore.EClass | 
getMDExtension()
Returns the meta object for class ' 
MD Extension'. | 
MDFoundationFactory | 
getMDFoundationFactory()
Returns the factory that creates the instances of the model. 
 | 
org.eclipse.emf.ecore.EAttribute | 
getMDObject_ID()
Returns the meta object for the attribute ' 
ID'. | 
org.eclipse.emf.ecore.EReference | 
getMDObject_MdExtensions()
Returns the meta object for the containment reference list ' 
Md Extensions'. | 
org.eclipse.emf.ecore.EClass | 
getMDObject()
Returns the meta object for class ' 
MD Object'. | 
org.eclipse.emf.ecore.EAttribute | 
getStringToStringMapEntry_Key()
Returns the meta object for the attribute ' 
Key'. | 
org.eclipse.emf.ecore.EAttribute | 
getStringToStringMapEntry_Value()
Returns the meta object for the attribute ' 
Value'. | 
org.eclipse.emf.ecore.EClass | 
getStringToStringMapEntry()
Returns the meta object for class ' 
String To String Map Entry'. | 
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final MDFoundationPackage eINSTANCE
static final int MD_OBJECT
MD Object' class.
 
 com.nomagic.magicdraw.foundation.impl.MDObjectImpl, 
com.nomagic.magicdraw.foundation.impl.MDFoundationPackageImpl#getMDObject(), 
Constant Field Valuesstatic final int MD_OBJECT__ID
static final int MD_OBJECT__MD_EXTENSIONS
static final int MD_OBJECT_FEATURE_COUNT
static final int MD_EXTENSION
MD Extension' class.
 
 com.nomagic.magicdraw.foundation.impl.MDExtensionImpl, 
com.nomagic.magicdraw.foundation.impl.MDFoundationPackageImpl#getMDExtension(), 
Constant Field Valuesstatic final int MD_EXTENSION__SOURCE
static final int MD_EXTENSION__CONTENTS
static final int MD_EXTENSION__REFERENCES
static final int MD_EXTENSION__ELEMENT
static final int MD_EXTENSION__DETAILS
static final int MD_EXTENSION_FEATURE_COUNT
static final int STRING_TO_STRING_MAP_ENTRY
String To String Map Entry' class.
 
 com.nomagic.magicdraw.foundation.impl.StringToStringMapEntryImpl, 
com.nomagic.magicdraw.foundation.impl.MDFoundationPackageImpl#getStringToStringMapEntry(), 
Constant Field Valuesstatic final int STRING_TO_STRING_MAP_ENTRY__KEY
static final int STRING_TO_STRING_MAP_ENTRY__VALUE
static final int STRING_TO_STRING_MAP_ENTRY_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getMDObject()
MD Object'.
 
 MDObjectorg.eclipse.emf.ecore.EAttribute getMDObject_ID()
ID'.
 
 MDObject.getID(), 
getMDObject()org.eclipse.emf.ecore.EReference getMDObject_MdExtensions()
Md Extensions'.
 
 MDObject.getMdExtensions(), 
getMDObject()org.eclipse.emf.ecore.EClass getMDExtension()
MD Extension'.
 
 MDExtensionorg.eclipse.emf.ecore.EAttribute getMDExtension_Source()
Source'.
 
 MDExtension.getSource(), 
getMDExtension()org.eclipse.emf.ecore.EReference getMDExtension_Contents()
Contents'.
 
 MDExtension.getContents(), 
getMDExtension()org.eclipse.emf.ecore.EReference getMDExtension_References()
References'.
 
 MDExtension.getReferences(), 
getMDExtension()org.eclipse.emf.ecore.EReference getMDExtension_Element()
Element'.
 
 MDExtension.getElement(), 
getMDExtension()org.eclipse.emf.ecore.EReference getMDExtension_Details()
Details'.
 
 MDExtension.getDetails(), 
getMDExtension()org.eclipse.emf.ecore.EClass getStringToStringMapEntry()
String To String Map Entry'.
 
 Map.Entryorg.eclipse.emf.ecore.EAttribute getStringToStringMapEntry_Key()
Key'.
 
 Map.Entry, 
getStringToStringMapEntry()org.eclipse.emf.ecore.EAttribute getStringToStringMapEntry_Value()
Value'.
 
 Map.Entry, 
getStringToStringMapEntry()MDFoundationFactory getMDFoundationFactory()