public interface DStabCommonPackage
extends org.eclipse.emf.ecore.EPackage
DStabCommonFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
DStabCommonPackage.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 int |
DSTAB_SIMU_EXCEPTION
The meta object id for the 'DStab Simu Exception' data type.
|
static DStabCommonPackage |
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 |
ICONTROL_BLOCK
The meta object id for the 'IControl Block' data type.
|
static int |
ID_STAB_SIMU_OUTPUT_HANDLER
The meta object id for the 'ID Stab Simu Output Handler' data type.
|
static int |
SCRIPT_LANG_TYPE
The meta object id for the 'Script Lang Type' data type.
|
| Modifier and Type | Method and Description |
|---|---|
DStabCommonFactory |
getDStabCommonFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EDataType |
getDStabSimuException()
Returns the meta object for data type '
DStab Simu Exception'. |
org.eclipse.emf.ecore.EDataType |
getIControlBlock()
Returns the meta object for data type '
IControl Block'. |
org.eclipse.emf.ecore.EDataType |
getIDStabSimuOutputHandler()
Returns the meta object for data type '
ID Stab Simu Output Handler'. |
org.eclipse.emf.ecore.EDataType |
getScriptLangType()
Returns the meta object for data type '
Script Lang Type'. |
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 DStabCommonPackage eINSTANCE
static final int ID_STAB_SIMU_OUTPUT_HANDLER
static final int ICONTROL_BLOCK
static final int SCRIPT_LANG_TYPE
static final int DSTAB_SIMU_EXCEPTION
org.eclipse.emf.ecore.EDataType getIDStabSimuOutputHandler()
ID Stab Simu Output Handler'.
IDStabSimuOutputHandlerorg.eclipse.emf.ecore.EDataType getIControlBlock()
IControl Block'.
ICMLControlBlockorg.eclipse.emf.ecore.EDataType getScriptLangType()
Script Lang Type'.
ScriptLangEnumorg.eclipse.emf.ecore.EDataType getDStabSimuException()
DStab Simu Exception'.
DStabSimuExceptionDStabCommonFactory getDStabCommonFactory()