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