Package | Description |
---|---|
org.polarsys.chess.xtext.flaDsl | |
org.polarsys.chess.xtext.flaDsl.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<Davoidable> |
Davoidable.VALUES
A public read-only list of all the 'Davoidable' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Davoidable |
Davoidable.get(int value)
Returns the 'Davoidable' literal with the specified integer value.
|
static Davoidable |
Davoidable.get(java.lang.String literal)
Returns the 'Davoidable' literal with the specified literal value.
|
static Davoidable |
Davoidable.getByName(java.lang.String name)
Returns the 'Davoidable' literal with the specified name.
|
Davoidable |
ACIDavoidable.getD()
Returns the value of the 'D' attribute.
|
static Davoidable |
Davoidable.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Davoidable[] |
Davoidable.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.setD(Davoidable value)
Sets the value of the '
D ' attribute. |
Modifier and Type | Method and Description |
---|---|
Davoidable |
FlaDslFactoryImpl.createDavoidableFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Davoidable |
ACIDavoidableImpl.getD() |
Modifier and Type | Method and Description |
---|---|
void |
ACIDavoidableImpl.setD(Davoidable newD) |