Status@Deprecated public static enum StatBar.Status extends Enum<StatBar.Status>
| Enum Constant and Description |
|---|
ANDROID
Deprecated.
|
FAULT
Deprecated.
|
INFO
Deprecated.
|
NONE
Deprecated.
|
OK
Deprecated.
|
PROGRESS
Deprecated.
|
WARN
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static StatBar.Status |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static StatBar.Status[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatBar.Status NONE
public static final StatBar.Status OK
public static final StatBar.Status FAULT
public static final StatBar.Status WARN
public static final StatBar.Status INFO
public static final StatBar.Status ANDROID
public static final StatBar.Status PROGRESS
public static StatBar.Status[] values()
for (StatBar.Status c : StatBar.Status.values()) System.out.println(c);
public static StatBar.Status 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 nullCopyright © 2018. All rights reserved.