public static enum Spinnaker_C.spinBlackLevelSelectorEnums extends Enum<Spinnaker_C.spinBlackLevelSelectorEnums>
Enum Constant and Description |
---|
BlackLevelSelector_All |
BlackLevelSelector_Analog |
BlackLevelSelector_Digital |
NUM_BLACKLEVELSELECTOR |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinBlackLevelSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinBlackLevelSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinBlackLevelSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinBlackLevelSelectorEnums BlackLevelSelector_All
public static final Spinnaker_C.spinBlackLevelSelectorEnums BlackLevelSelector_Analog
public static final Spinnaker_C.spinBlackLevelSelectorEnums BlackLevelSelector_Digital
public static final Spinnaker_C.spinBlackLevelSelectorEnums NUM_BLACKLEVELSELECTOR
public static Spinnaker_C.spinBlackLevelSelectorEnums[] values()
for (Spinnaker_C.spinBlackLevelSelectorEnums c : Spinnaker_C.spinBlackLevelSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinBlackLevelSelectorEnums 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.spinBlackLevelSelectorEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinBlackLevelSelectorEnums>
Copyright © 2024. All rights reserved.