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