public static enum SearchButtonView.State extends java.lang.Enum<SearchButtonView.State>
Modifier and Type | Method and Description |
---|---|
static SearchButtonView.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchButtonView.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchButtonView.State IDLE
public static final SearchButtonView.State LISTENING
public static final SearchButtonView.State SEARCHING
public static SearchButtonView.State[] values()
for (SearchButtonView.State c : SearchButtonView.State.values()) System.out.println(c);
public static SearchButtonView.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null