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