public static enum DocumentPatchBuilder.PathLanguage extends java.lang.Enum<DocumentPatchBuilder.PathLanguage>
Enum Constant and Description |
---|
JSONPATH
Indicates that the given patch uses the JSONPATH language.
|
XPATH
Indicates that the given patch uses the XPATH language.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static DocumentPatchBuilder.PathLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DocumentPatchBuilder.PathLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentPatchBuilder.PathLanguage XPATH
public static final DocumentPatchBuilder.PathLanguage JSONPATH
public static DocumentPatchBuilder.PathLanguage[] values()
for (DocumentPatchBuilder.PathLanguage c : DocumentPatchBuilder.PathLanguage.values()) System.out.println(c);
public static DocumentPatchBuilder.PathLanguage 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<DocumentPatchBuilder.PathLanguage>
Copyright © 2013-2020 MarkLogic Corporation.