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