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