public static enum MarkerReference.MarkerSearchDirection extends Enum<MarkerReference.MarkerSearchDirection>
| Enum Constant and Description |
|---|
BACKWARD
Defines a backward search direction
|
FORWARD
Defines a forward search direction
|
| Modifier and Type | Method and Description |
|---|---|
static MarkerReference.MarkerSearchDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerReference.MarkerSearchDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MarkerReference.MarkerSearchDirection FORWARD
public static final MarkerReference.MarkerSearchDirection BACKWARD
public static MarkerReference.MarkerSearchDirection[] values()
for (MarkerReference.MarkerSearchDirection c : MarkerReference.MarkerSearchDirection.values()) System.out.println(c);
public static MarkerReference.MarkerSearchDirection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null