public enum CleanupMethod extends Enum<CleanupMethod>
Modifier and Type | Method and Description |
---|---|
static CleanupMethod |
convertUseUpdate(boolean useUpdate) |
String |
getLabel() |
boolean |
removesIgnored() |
boolean |
removesPrivate() |
String |
toString() |
static CleanupMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CleanupMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CleanupMethod MINIMAL
public static final CleanupMethod STANDARD
public static final CleanupMethod FULL
public static final CleanupMethod DELETE
public static CleanupMethod[] values()
for (CleanupMethod c : CleanupMethod.values()) System.out.println(c);
public static CleanupMethod 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 getLabel()
public String toString()
toString
in class Enum<CleanupMethod>
public boolean removesPrivate()
public boolean removesIgnored()
public static CleanupMethod convertUseUpdate(boolean useUpdate)
Copyright © 2016–2023. All rights reserved.