Package | Description |
---|---|
org.polarsys.chess.fla.flaxml | |
org.polarsys.chess.fla.flaxml.impl | |
org.polarsys.chess.fla.flaxml.util |
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 |
Failure.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 |
Failure.setType(FailureType value)
Sets the value of the '
Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
FailureType |
FlaxmlFactoryImpl.createFailureTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
FailureType |
FlaxmlFactoryImpl.createFailureTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
FailureType |
FailureImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
FailureImpl.setType(FailureType newType) |
Modifier and Type | Method and Description |
---|---|
boolean |
FlaxmlValidator.validateFailureType(FailureType failureType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
boolean |
FlaxmlValidator.validateFailureTypeObject(FailureType failureTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |