Package | Description |
---|---|
org.polarsys.chess.chessmlprofile.Dependability.ThreatsPropagation | |
org.polarsys.chess.chessmlprofile.Dependability.ThreatsPropagation.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<RecoveryKind> |
RecoveryKind.VALUES
A public read-only list of all the 'Recovery Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static RecoveryKind |
RecoveryKind.get(int value)
Returns the 'Recovery Kind' literal with the specified integer value.
|
static RecoveryKind |
RecoveryKind.get(java.lang.String literal)
Returns the 'Recovery Kind' literal with the specified literal value.
|
static RecoveryKind |
RecoveryKind.getByName(java.lang.String name)
Returns the 'Recovery Kind' literal with the specified name.
|
static RecoveryKind |
RecoveryKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecoveryKind[] |
RecoveryKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RecoveryKind |
ThreatsPropagationFactoryImpl.createRecoveryKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |