| Modifier and Type | Method and Description | 
|---|---|
static Who | 
fromName(java.lang.String name)  | 
static Who | 
fromValue(java.lang.Integer value)  | 
static boolean | 
isValidName(java.lang.String name)  | 
static boolean | 
isValidValue(java.lang.Integer value)  | 
java.lang.Integer | 
value()  | 
static Who | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Who[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Who SCENARIO
public static final Who LIGHTING
public static final Who AUTOMATION
public static final Who LOAD_CONTROL
public static final Who TEMPERATURE_CONTROL
public static final Who BURGLAR_ALARM
public static final Who DOOR_ENTRY_SYSTEM
public static final Who VIDEO_DOOR_ENTRY_SYSTEM
public static final Who AUXILIARY
public static final Who GATEWAY_MANAGEMENT
public static final Who LIGHT_SHUTTER_ACTUATORS_LOCK
public static final Who CEN_SCENARIO_SCHEDULER_SWITCH
public static final Who SOUND_SYSTEM_1
public static final Who SCENARIO_PROGRAMMING
public static final Who ENERGY_MANAGEMENT
public static final Who SOUND_SYSTEM_2
public static final Who LIGHTING_MANAGEMENT
public static final Who CEN_SCENARIO_SCHEDULER_BUTTON
public static final Who DIAGNOSTIC
public static final Who AUTOMATIC_DIAGNOSTIC
public static final Who THERMOREGULATION_DIAGNOSTIC
public static final Who DEVICE_DIAGNOSTIC
public static Who[] values()
for (Who c : Who.values()) System.out.println(c);
public static Who 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 java.lang.Integer value()
public static boolean isValidName(java.lang.String name)
public static boolean isValidValue(java.lang.Integer value)
public static Who fromName(java.lang.String name)
public static Who fromValue(java.lang.Integer value)