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