public static enum NIVision.VisionInfoType2 extends java.lang.Enum<NIVision.VisionInfoType2>
| Enum Constant and Description |
|---|
VISIONINFO_ALL |
VISIONINFO_CALIBRATION |
VISIONINFO_COLORTEMPLATE |
VISIONINFO_CUSTOMDATA |
VISIONINFO_GEOMETRICTEMPLATE |
VISIONINFO_GEOMETRICTEMPLATE2 |
VISIONINFO_GOLDENTEMPLATE |
VISIONINFO_GRAYTEMPLATE |
VISIONINFO_OVERLAY |
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.VisionInfoType2 |
fromValue(int val) |
int |
getValue() |
static NIVision.VisionInfoType2 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.VisionInfoType2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.VisionInfoType2 VISIONINFO_CALIBRATION
public static final NIVision.VisionInfoType2 VISIONINFO_OVERLAY
public static final NIVision.VisionInfoType2 VISIONINFO_GRAYTEMPLATE
public static final NIVision.VisionInfoType2 VISIONINFO_COLORTEMPLATE
public static final NIVision.VisionInfoType2 VISIONINFO_GEOMETRICTEMPLATE
public static final NIVision.VisionInfoType2 VISIONINFO_CUSTOMDATA
public static final NIVision.VisionInfoType2 VISIONINFO_GOLDENTEMPLATE
public static final NIVision.VisionInfoType2 VISIONINFO_GEOMETRICTEMPLATE2
public static final NIVision.VisionInfoType2 VISIONINFO_ALL
public static NIVision.VisionInfoType2[] values()
for (NIVision.VisionInfoType2 c : NIVision.VisionInfoType2.values()) System.out.println(c);
public static NIVision.VisionInfoType2 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.VisionInfoType2 fromValue(int val)
public int getValue()