|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ModifyBrightnessCmd.ModeType>
onbon.bx06.cmd.led.ModifyBrightnessCmd.ModeType
public static enum ModifyBrightnessCmd.ModeType
亮度调整模式。
Enum Constant Summary | |
---|---|
CLOCK
定时调亮。以半小时为单位调整亮度。 |
|
MANUAL
手动调亮。全时区单一亮度值。 |
|
SENSOR_AUTO
传感器自动偵測。 |
|
SENSOR_WITH_ENV
传感器使用客制化环境條件检测亮度。 |
Field Summary | |
---|---|
byte |
value
|
Method Summary | |
---|---|
static ModifyBrightnessCmd.ModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ModifyBrightnessCmd.ModeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ModifyBrightnessCmd.ModeType SENSOR_WITH_ENV
public static final ModifyBrightnessCmd.ModeType SENSOR_AUTO
public static final ModifyBrightnessCmd.ModeType CLOCK
public static final ModifyBrightnessCmd.ModeType MANUAL
Field Detail |
---|
public final byte value
Method Detail |
---|
public static ModifyBrightnessCmd.ModeType[] values()
for (ModifyBrightnessCmd.ModeType c : ModifyBrightnessCmd.ModeType.values()) System.out.println(c);
public static ModifyBrightnessCmd.ModeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |