public static enum DocumentManager.Metadata extends Enum<DocumentManager.Metadata>
Enum Constant and Description |
---|
ALL
Specifies all document metadata categories.
|
COLLECTIONS
Specifies document collections.
|
PERMISSIONS
Specifies document permissions.
|
PROPERTIES
Specifies document properties.
|
QUALITY
Specifies document search quality.
|
Modifier and Type | Method and Description |
---|---|
static DocumentManager.Metadata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentManager.Metadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentManager.Metadata ALL
public static final DocumentManager.Metadata COLLECTIONS
public static final DocumentManager.Metadata PERMISSIONS
public static final DocumentManager.Metadata PROPERTIES
public static final DocumentManager.Metadata QUALITY
public static DocumentManager.Metadata[] values()
for (DocumentManager.Metadata c : DocumentManager.Metadata.values()) System.out.println(c);
public static DocumentManager.Metadata 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 nullCopyright © 2013-2016 MarkLogic Corporation.