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