public static enum Options.PageMLFlagValues extends java.lang.Enum<Options.PageMLFlagValues>
| Enum Constant and Description |
|---|
INCLUDETEXT
Include text in PageML output
|
NOXMLDECLARATION
Do not generate xml declaration
|
| Modifier and Type | Field and Description |
|---|---|
long |
value |
| Modifier and Type | Method and Description |
|---|---|
static Options.PageMLFlagValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Options.PageMLFlagValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final Options.PageMLFlagValues NOXMLDECLARATION
public static final Options.PageMLFlagValues INCLUDETEXT
public static Options.PageMLFlagValues[] values()
for (Options.PageMLFlagValues c : Options.PageMLFlagValues.values())
System.out.println(c);
public static Options.PageMLFlagValues valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null