public enum swSensorAlertType_e extends java.lang.Enum<swSensorAlertType_e>
Modifier and Type | Method and Description |
---|---|
static swSensorAlertType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSensorAlertType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSensorAlertType_e swSensorAlert_GreaterThan
public static final swSensorAlertType_e swSensorAlert_LessThan
public static final swSensorAlertType_e swSensorAlert_Exactly
public static final swSensorAlertType_e swSensorAlert_NotGreaterThan
public static final swSensorAlertType_e swSensorAlert_NotLessThan
public static final swSensorAlertType_e swSensorAlert_NotExactly
public static final swSensorAlertType_e swSensorAlert_Between
public static final swSensorAlertType_e swSensorAlert_NotBetween
public static final swSensorAlertType_e swSensorAlert_True
public static final swSensorAlertType_e swSensorAlert_False
public static swSensorAlertType_e[] values()
for (swSensorAlertType_e c : swSensorAlertType_e.values()) System.out.println(c);
public static swSensorAlertType_e 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 null