public static enum ExtractBy.Type extends Enum<ExtractBy.Type>
Modifier and Type | Method and Description |
---|---|
static ExtractBy.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtractBy.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtractBy.Type XPath
public static final ExtractBy.Type Regex
public static final ExtractBy.Type Css
public static final ExtractBy.Type JsonPath
public static ExtractBy.Type[] values()
for (ExtractBy.Type c : ExtractBy.Type.values()) System.out.println(c);
public static ExtractBy.Type 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 nullCopyright © 2017. All rights reserved.