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