public static enum DocumentMetadataHandle.Capability extends java.lang.Enum<DocumentMetadataHandle.Capability>
| Enum Constant and Description |
|---|
EXECUTE
Capability to execute the document.
|
INSERT
Capability to create but not modify the
document.
|
NODE_UPDATE
Capability to update nodes within the document
or properties of the document.
|
READ
Capability to read the document.
|
UPDATE
Capability to create or modify the
document.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentMetadataHandle.Capability |
getValueOf(java.lang.String name) |
java.lang.String |
toString() |
static DocumentMetadataHandle.Capability |
valueOf(java.lang.String name)
Returns the enum constant of this type with the
specified name.
|
static DocumentMetadataHandle.Capability[] |
values()
Returns an array containing the constants of
this enum type, in the order they are declared.
|
public static final DocumentMetadataHandle.Capability EXECUTE
public static final DocumentMetadataHandle.Capability INSERT
public static final DocumentMetadataHandle.Capability READ
public static final DocumentMetadataHandle.Capability UPDATE
public static final DocumentMetadataHandle.Capability NODE_UPDATE
public static DocumentMetadataHandle.Capability[] values()
for (DocumentMetadataHandle.Capability c : DocumentMetadataHandle.Capability.values())
System.out.println(c);
public static DocumentMetadataHandle.Capability 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<DocumentMetadataHandle.Capability>public static final DocumentMetadataHandle.Capability getValueOf(java.lang.String name)
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.