public static enum Spinnaker_C._spinExposureAutoEnums extends Enum<Spinnaker_C._spinExposureAutoEnums>
| Enum Constant and Description |
|---|
ExposureAuto_Continuous
Exposure time is constantly adapted by the device to maximize the
dynamic range.
|
ExposureAuto_Off
Exposure time is manually controlled using ExposureTime
|
ExposureAuto_Once
Exposure time is adapted once by the device.
|
NUM_EXPOSUREAUTO |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinExposureAutoEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinExposureAutoEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinExposureAutoEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinExposureAutoEnums ExposureAuto_Off
public static final Spinnaker_C._spinExposureAutoEnums ExposureAuto_Once
public static final Spinnaker_C._spinExposureAutoEnums ExposureAuto_Continuous
public static final Spinnaker_C._spinExposureAutoEnums NUM_EXPOSUREAUTO
public static Spinnaker_C._spinExposureAutoEnums[] values()
for (Spinnaker_C._spinExposureAutoEnums c : Spinnaker_C._spinExposureAutoEnums.values()) System.out.println(c);
public static Spinnaker_C._spinExposureAutoEnums 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._spinExposureAutoEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinExposureAutoEnums>Copyright © 2019. All rights reserved.