public static enum HBScheduler.MESSAGE_PARAMS extends java.lang.Enum<HBScheduler.MESSAGE_PARAMS>
Enum Constant and Description |
---|
DEVICE_NAME |
MESSAGE_ID |
OBJ_VAL |
Modifier and Type | Method and Description |
---|---|
static HBScheduler.MESSAGE_PARAMS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HBScheduler.MESSAGE_PARAMS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBScheduler.MESSAGE_PARAMS DEVICE_NAME
public static final HBScheduler.MESSAGE_PARAMS MESSAGE_ID
public static final HBScheduler.MESSAGE_PARAMS OBJ_VAL
public static HBScheduler.MESSAGE_PARAMS[] values()
for (HBScheduler.MESSAGE_PARAMS c : HBScheduler.MESSAGE_PARAMS.values()) System.out.println(c);
public static HBScheduler.MESSAGE_PARAMS 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