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