public static enum NIVision.IMAQdxCameraControlMode extends java.lang.Enum<NIVision.IMAQdxCameraControlMode>
Enum Constant and Description |
---|
CameraControlModeController |
CameraControlModeGuard |
CameraControlModeListener |
Modifier and Type | Method and Description |
---|---|
static NIVision.IMAQdxCameraControlMode |
fromValue(int val) |
int |
getValue() |
static NIVision.IMAQdxCameraControlMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.IMAQdxCameraControlMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.IMAQdxCameraControlMode CameraControlModeController
public static final NIVision.IMAQdxCameraControlMode CameraControlModeListener
public static final NIVision.IMAQdxCameraControlMode CameraControlModeGuard
public static NIVision.IMAQdxCameraControlMode[] values()
for (NIVision.IMAQdxCameraControlMode c : NIVision.IMAQdxCameraControlMode.values()) System.out.println(c);
public static NIVision.IMAQdxCameraControlMode 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 nullpublic static NIVision.IMAQdxCameraControlMode fromValue(int val)
public int getValue()