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