public static enum MachinesSlaEnforcementState.RecoveryState extends Enum<MachinesSlaEnforcementState.RecoveryState>
| Enum Constant and Description | 
|---|
| NOT_RECOVERED | 
| RECOVERY_FAILED | 
| RECOVERY_SUCCESS | 
| Modifier and Type | Method and Description | 
|---|---|
| static MachinesSlaEnforcementState.RecoveryState | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static MachinesSlaEnforcementState.RecoveryState[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MachinesSlaEnforcementState.RecoveryState NOT_RECOVERED
public static final MachinesSlaEnforcementState.RecoveryState RECOVERY_SUCCESS
public static final MachinesSlaEnforcementState.RecoveryState RECOVERY_FAILED
public static MachinesSlaEnforcementState.RecoveryState[] values()
for (MachinesSlaEnforcementState.RecoveryState c : MachinesSlaEnforcementState.RecoveryState.values()) System.out.println(c);
public static MachinesSlaEnforcementState.RecoveryState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © GigaSpaces.