public static enum DeleteODFContentHelper.DeleteMode extends Enum<DeleteODFContentHelper.DeleteMode>
| Enum Constant and Description |
|---|
FULL
Delete the content and its structure and its courses
|
SINGLE
Delete the content only
|
STRUCTURE_ONLY
Delete the content and its structure
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteODFContentHelper.DeleteMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteODFContentHelper.DeleteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeleteODFContentHelper.DeleteMode SINGLE
public static final DeleteODFContentHelper.DeleteMode STRUCTURE_ONLY
public static final DeleteODFContentHelper.DeleteMode FULL
public static DeleteODFContentHelper.DeleteMode[] values()
for (DeleteODFContentHelper.DeleteMode c : DeleteODFContentHelper.DeleteMode.values()) System.out.println(c);
public static DeleteODFContentHelper.DeleteMode 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