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