public static enum Query.SearchMode extends Enum<Query.SearchMode>
| Modifier and Type | Method and Description |
|---|---|
static Query.SearchMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.SearchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Query.SearchMode ID
public static final Query.SearchMode SEARCH
public static final Query.SearchMode SCROLL
public static Query.SearchMode[] values()
for (Query.SearchMode c : Query.SearchMode.values()) System.out.println(c);
public static Query.SearchMode 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 nullCopyright © 2019. All Rights Reserved.