public enum PathLanguage extends Enum<PathLanguage>
Modifier and Type | Method and Description |
---|---|
static PathLanguage |
forContent(String content) |
static PathLanguage |
fromDisplayName(String displayName) |
String |
toString() |
static PathLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathLanguage XPATH
public static final PathLanguage XQUERY
public static final PathLanguage JSONPATH
public static PathLanguage[] values()
for (PathLanguage c : PathLanguage.values()) System.out.println(c);
public static 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 static PathLanguage forContent(String content)
public static PathLanguage fromDisplayName(String displayName)
public String toString()
toString
in class Enum<PathLanguage>
Copyright © 2019. All Rights Reserved.