public static enum CameraStatus.Binning extends java.lang.Enum<CameraStatus.Binning>
| Modifier and Type | Method and Description |
|---|---|
static CameraStatus.Binning |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CameraStatus.Binning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CameraStatus.Binning _1x1
public static final CameraStatus.Binning _2x2
public static final CameraStatus.Binning _3x3
public static final CameraStatus.Binning _4x4
public static final CameraStatus.Binning _8x8
public static CameraStatus.Binning[] values()
for (CameraStatus.Binning c : CameraStatus.Binning.values()) System.out.println(c);
public static CameraStatus.Binning 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 null