public static enum Spinnaker_C._spinBlackLevelAutoEnums extends Enum<Spinnaker_C._spinBlackLevelAutoEnums>
| Enum Constant and Description |
|---|
BlackLevelAuto_Continuous
Analog black level is constantly adjusted by the device.
|
BlackLevelAuto_Off
Analog black level is user controlled using BlackLevel.
|
BlackLevelAuto_Once
Analog black level is automatically adjusted once by the device.
|
NUM_BLACKLEVELAUTO |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinBlackLevelAutoEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinBlackLevelAutoEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinBlackLevelAutoEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinBlackLevelAutoEnums BlackLevelAuto_Off
public static final Spinnaker_C._spinBlackLevelAutoEnums BlackLevelAuto_Once
public static final Spinnaker_C._spinBlackLevelAutoEnums BlackLevelAuto_Continuous
public static final Spinnaker_C._spinBlackLevelAutoEnums NUM_BLACKLEVELAUTO
public static Spinnaker_C._spinBlackLevelAutoEnums[] values()
for (Spinnaker_C._spinBlackLevelAutoEnums c : Spinnaker_C._spinBlackLevelAutoEnums.values()) System.out.println(c);
public static Spinnaker_C._spinBlackLevelAutoEnums valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Spinnaker_C._spinBlackLevelAutoEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinBlackLevelAutoEnums>Copyright © 2020. All rights reserved.