public static enum SearchRequestParams.SearchRequestType extends Enum<SearchRequestParams.SearchRequestType>
| Enum Constant and Description |
|---|
ADMIN_SEARCH |
GSA |
JSON |
SEARCH |
SUGGEST |
| Modifier and Type | Method and Description |
|---|---|
static SearchRequestParams.SearchRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchRequestParams.SearchRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchRequestParams.SearchRequestType SEARCH
public static final SearchRequestParams.SearchRequestType ADMIN_SEARCH
public static final SearchRequestParams.SearchRequestType JSON
public static final SearchRequestParams.SearchRequestType GSA
public static final SearchRequestParams.SearchRequestType SUGGEST
public static SearchRequestParams.SearchRequestType[] values()
for (SearchRequestParams.SearchRequestType c : SearchRequestParams.SearchRequestType.values()) System.out.println(c);
public static SearchRequestParams.SearchRequestType 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 © 2009–2017 CodeLibs. All rights reserved.