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