Enum Constant and Description |
---|
ADJUST_ANGLE |
CAPTURING_IMAGE |
FIND_RECT |
MOVE_AWAY |
MOVE_CLOSER |
NO_MESSAGE |
Modifier and Type | Method and Description |
---|---|
static ScanHint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScanHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanHint MOVE_AWAY
public static final ScanHint MOVE_CLOSER
public static final ScanHint FIND_RECT
public static final ScanHint ADJUST_ANGLE
public static final ScanHint CAPTURING_IMAGE
public static final ScanHint NO_MESSAGE
public static ScanHint[] values()
for (ScanHint c : ScanHint.values()) System.out.println(c);
public static ScanHint 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 null