public static enum BinaryDocumentManager.MetadataExtraction extends java.lang.Enum<BinaryDocumentManager.MetadataExtraction>
Enum Constant and Description |
---|
DOCUMENT
Specifies extraction of metadata to a separate companion XHTML document.
|
NONE
Specifies no extraction of metadata.
|
PROPERTIES
Specifies extraction of metadata to the document properties.
|
Modifier and Type | Method and Description |
---|---|
static BinaryDocumentManager.MetadataExtraction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinaryDocumentManager.MetadataExtraction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BinaryDocumentManager.MetadataExtraction PROPERTIES
public static final BinaryDocumentManager.MetadataExtraction DOCUMENT
public static final BinaryDocumentManager.MetadataExtraction NONE
public static BinaryDocumentManager.MetadataExtraction[] values()
for (BinaryDocumentManager.MetadataExtraction c : BinaryDocumentManager.MetadataExtraction.values()) System.out.println(c);
public static BinaryDocumentManager.MetadataExtraction 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 nullCopyright © 2013-2021 MarkLogic Corporation.