private static enum LZVTask.DELETE_LEVEL extends Enum<LZVTask.DELETE_LEVEL>
Enum Constant and Description |
---|
RESTORED |
SAVED_EXPIRED |
SAVED_NOTEXPIRED |
SIMULATION |
TIME_SHIFTING |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LZVTask.DELETE_LEVEL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LZVTask.DELETE_LEVEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LZVTask.DELETE_LEVEL SAVED_EXPIRED
public static final LZVTask.DELETE_LEVEL RESTORED
public static final LZVTask.DELETE_LEVEL SIMULATION
public static final LZVTask.DELETE_LEVEL SAVED_NOTEXPIRED
public static final LZVTask.DELETE_LEVEL TIME_SHIFTING
private final String _name
public static LZVTask.DELETE_LEVEL[] values()
for (LZVTask.DELETE_LEVEL c : LZVTask.DELETE_LEVEL.values()) System.out.println(c);
public static LZVTask.DELETE_LEVEL 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 nullpublic String toString()
toString
in class Enum<LZVTask.DELETE_LEVEL>