Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static DiveAlert |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(DiveAlert value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static DiveAlert |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DiveAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiveAlert NDL_REACHED
public static final DiveAlert GAS_SWITCH_PROMPTED
public static final DiveAlert NEAR_SURFACE
public static final DiveAlert APPROACHING_NDL
public static final DiveAlert PO2_WARN
public static final DiveAlert PO2_CRIT_HIGH
public static final DiveAlert PO2_CRIT_LOW
public static final DiveAlert TIME_ALERT
public static final DiveAlert DEPTH_ALERT
public static final DiveAlert DECO_CEILING_BROKEN
public static final DiveAlert DECO_COMPLETE
public static final DiveAlert SAFETY_STOP_BROKEN
public static final DiveAlert SAFETY_STOP_COMPLETE
public static final DiveAlert CNS_WARNING
public static final DiveAlert CNS_CRITICAL
public static final DiveAlert OTU_WARNING
public static final DiveAlert OTU_CRITICAL
public static final DiveAlert ASCENT_CRITICAL
public static final DiveAlert ALERT_DISMISSED_BY_KEY
public static final DiveAlert ALERT_DISMISSED_BY_TIMEOUT
public static final DiveAlert BATTERY_LOW
public static final DiveAlert BATTERY_CRITICAL
public static final DiveAlert SAFETY_STOP_STARTED
public static final DiveAlert APPROACHING_FIRST_DECO_STOP
public static final DiveAlert SETPOINT_SWITCH_AUTO_LOW
public static final DiveAlert SETPOINT_SWITCH_AUTO_HIGH
public static final DiveAlert SETPOINT_SWITCH_MANUAL_LOW
public static final DiveAlert SETPOINT_SWITCH_MANUAL_HIGH
public static final DiveAlert AUTO_SETPOINT_SWITCH_IGNORED
public static final DiveAlert SWITCHED_TO_OPEN_CIRCUIT
public static final DiveAlert SWITCHED_TO_CLOSED_CIRCUIT
public static final DiveAlert TANK_BATTERY_LOW
public static final DiveAlert PO2_CCR_DIL_LOW
public static final DiveAlert DECO_STOP_CLEARED
public static final DiveAlert APNEA_NEUTRAL_BUOYANCY
public static final DiveAlert APNEA_TARGET_DEPTH
public static final DiveAlert APNEA_SURFACE
public static final DiveAlert APNEA_HIGH_SPEED
public static final DiveAlert APNEA_LOW_SPEED
public static final DiveAlert INVALID
public static DiveAlert[] values()
for (DiveAlert c : DiveAlert.values()) System.out.println(c);
public static DiveAlert valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static DiveAlert getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(DiveAlert value)
value
- The enum constantpublic short getValue()