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