public static enum ActionViewTarget.Type extends Enum<ActionViewTarget.Type>
| Enum Constant and Description |
|---|
HOME |
MEDIA_ROUTE_BUTTON |
OVERFLOW |
SPINNER |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
static ActionViewTarget.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionViewTarget.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionViewTarget.Type SPINNER
public static final ActionViewTarget.Type HOME
public static final ActionViewTarget.Type TITLE
public static final ActionViewTarget.Type OVERFLOW
public static final ActionViewTarget.Type MEDIA_ROUTE_BUTTON
public static ActionViewTarget.Type[] values()
for (ActionViewTarget.Type c : ActionViewTarget.Type.values()) System.out.println(c);
public static ActionViewTarget.Type 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 null