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