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