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