public static enum SearchQuery.QueryDirection extends Enum<SearchQuery.QueryDirection>
| Modifier and Type | Method and Description |
|---|---|
static SearchQuery.QueryDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchQuery.QueryDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchQuery.QueryDirection FROM_2_TO
public static final SearchQuery.QueryDirection TO_2_FROM
public static final SearchQuery.QueryDirection BOTH
public static SearchQuery.QueryDirection[] values()
for (SearchQuery.QueryDirection c : SearchQuery.QueryDirection.values()) System.out.println(c);
public static SearchQuery.QueryDirection 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 © 2023. All rights reserved.