public static enum DocumentPatchBuilder.PathLanguage extends 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 |
---|---|
String |
toString() |
static DocumentPatchBuilder.PathLanguage |
valueOf(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(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 nullpublic String toString()
toString
in class Enum<DocumentPatchBuilder.PathLanguage>
Copyright © 2013-2016 MarkLogic Corporation.