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