public interface FailurePropagationDataTypesPackage
extends org.eclipse.emf.ecore.EPackage
FailurePropagationDataTypesFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
FailurePropagationDataTypesPackage.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 |
AAVOIDABLE
The meta object id for the '
Aavoidable ' enum. |
static int |
AMITIGATION
The meta object id for the '
Amitigation ' enum. |
static int |
CAVOIDABLE
The meta object id for the '
Cavoidable ' enum. |
static int |
CMITIGATION
The meta object id for the '
Cmitigation ' enum. |
static int |
DAVOIDABLE
The meta object id for the '
Davoidable ' enum. |
static int |
DMITIGATION
The meta object id for the '
Dmitigation ' enum. |
static FailurePropagationDataTypesPackage |
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 |
FAILURE_TYPE
The meta object id for the '
Failure Type ' enum. |
static int |
IAVOIDABLE
The meta object id for the '
Iavoidable ' enum. |
static int |
IMITIGATION
The meta object id for the '
Imitigation ' enum. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EEnum |
getA_avoidable()
Returns the meta object for enum '
Aavoidable '. |
org.eclipse.emf.ecore.EEnum |
getA_mitigation()
Returns the meta object for enum '
Amitigation '. |
org.eclipse.emf.ecore.EEnum |
getC_avoidable()
Returns the meta object for enum '
Cavoidable '. |
org.eclipse.emf.ecore.EEnum |
getC_mitigation()
Returns the meta object for enum '
Cmitigation '. |
org.eclipse.emf.ecore.EEnum |
getD_avoidable()
Returns the meta object for enum '
Davoidable '. |
org.eclipse.emf.ecore.EEnum |
getD_mitigation()
Returns the meta object for enum '
Dmitigation '. |
FailurePropagationDataTypesFactory |
getFailurePropagationDataTypesFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EEnum |
getFailureType()
Returns the meta object for enum '
Failure Type '. |
org.eclipse.emf.ecore.EEnum |
getI_avoidable()
Returns the meta object for enum '
Iavoidable '. |
org.eclipse.emf.ecore.EEnum |
getI_mitigation()
Returns the meta object for enum '
Imitigation '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final FailurePropagationDataTypesPackage eINSTANCE
static final int DAVOIDABLE
Davoidable
' enum.
static final int IAVOIDABLE
Iavoidable
' enum.
static final int CAVOIDABLE
Cavoidable
' enum.
static final int FAILURE_TYPE
Failure Type
' enum.
static final int AAVOIDABLE
Aavoidable
' enum.
static final int AMITIGATION
Amitigation
' enum.
static final int CMITIGATION
Cmitigation
' enum.
static final int IMITIGATION
Imitigation
' enum.
static final int DMITIGATION
Dmitigation
' enum.
org.eclipse.emf.ecore.EEnum getD_avoidable()
Davoidable
'.
D_avoidable
org.eclipse.emf.ecore.EEnum getI_avoidable()
Iavoidable
'.
I_avoidable
org.eclipse.emf.ecore.EEnum getC_avoidable()
Cavoidable
'.
C_avoidable
org.eclipse.emf.ecore.EEnum getFailureType()
Failure Type
'.
FailureType
org.eclipse.emf.ecore.EEnum getA_avoidable()
Aavoidable
'.
A_avoidable
org.eclipse.emf.ecore.EEnum getA_mitigation()
Amitigation
'.
A_mitigation
org.eclipse.emf.ecore.EEnum getC_mitigation()
Cmitigation
'.
C_mitigation
org.eclipse.emf.ecore.EEnum getI_mitigation()
Imitigation
'.
I_mitigation
org.eclipse.emf.ecore.EEnum getD_mitigation()
Dmitigation
'.
D_mitigation
FailurePropagationDataTypesFactory getFailurePropagationDataTypesFactory()