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