public enum CleanUpOptions extends Enum<CleanUpOptions>
| Enum Constant and Description |
|---|
REMOVE_AFFECTED_LINK_ACTIONS |
REMOVE_EMPTY_ANNOTATION_ACTIONS |
REMOVE_EMPTY_ANNOTATIONS |
REMOVE_EMPTY_BOOKMARK_ACTIONS |
REMOVE_EMPTY_BOOKMARKS |
| Modifier and Type | Method and Description |
|---|---|
static CleanUpOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CleanUpOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CleanUpOptions REMOVE_EMPTY_BOOKMARKS
public static final CleanUpOptions REMOVE_EMPTY_BOOKMARK_ACTIONS
public static final CleanUpOptions REMOVE_EMPTY_ANNOTATIONS
public static final CleanUpOptions REMOVE_EMPTY_ANNOTATION_ACTIONS
public static final CleanUpOptions REMOVE_AFFECTED_LINK_ACTIONS
public static CleanUpOptions[] values()
for (CleanUpOptions c : CleanUpOptions.values()) System.out.println(c);
public static CleanUpOptions 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 null