public static enum DocumentManager.Metadata extends java.lang.Enum<DocumentManager.Metadata>
Enum Constant | Description |
---|---|
ALL |
Specifies all document metadata categories.
|
COLLECTIONS |
Specifies document collections.
|
METADATAVALUES |
Specifies document metadata-values.
|
PERMISSIONS |
Specifies document permissions.
|
PROPERTIES |
Specifies document properties.
|
QUALITY |
Specifies document search quality.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
|
static DocumentManager.Metadata |
valueOf(java.lang.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 final DocumentManager.Metadata METADATAVALUES
public static DocumentManager.Metadata[] values()
for (DocumentManager.Metadata c : DocumentManager.Metadata.values()) System.out.println(c);
public static DocumentManager.Metadata 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<DocumentManager.Metadata>
Copyright © 2013-2019 MarkLogic Corporation.