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