public static enum Restore.CleanupMode extends Enum<Restore.CleanupMode>
| Enum Constant and Description |
|---|
FULL |
NONE |
RESET_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static Restore.CleanupMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Restore.CleanupMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Restore.CleanupMode NONE
public static final Restore.CleanupMode RESET_ONLY
public static final Restore.CleanupMode FULL
public static Restore.CleanupMode[] values()
for (Restore.CleanupMode c : Restore.CleanupMode.values()) System.out.println(c);
public static Restore.CleanupMode 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 nullCopyright © 2014. All Rights Reserved.