Package | Description |
---|---|
org.polarsys.chess.fla.flamm | |
org.polarsys.chess.fla.flamm.FailureTypes |
Modifier and Type | Method and Description |
---|---|
C_mitigation |
ACIDmitigation.getC()
Returns the value of the 'C' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
ACIDmitigation.setC(C_mitigation newC)
Sets the value of the '
C ' attribute. |
Modifier and Type | Field and Description |
---|---|
static java.util.List<C_mitigation> |
C_mitigation.VALUES
A public read-only list of all the 'Cmitigation' enumerators.
|
Modifier and Type | Method and Description |
---|---|
C_mitigation |
FailureTypesFactory.createC_mitigationFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
static C_mitigation |
C_mitigation.get(int value)
Returns the 'Cmitigation' literal with the specified integer value.
|
static C_mitigation |
C_mitigation.get(java.lang.String literal)
Returns the 'Cmitigation' literal with the specified literal value.
|
static C_mitigation |
C_mitigation.getByName(java.lang.String name)
Returns the 'Cmitigation' literal with the specified name.
|
static C_mitigation |
C_mitigation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static C_mitigation[] |
C_mitigation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|