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