public static enum SimpleFilterDelegate.XPathPropertyOperation extends Enum<SimpleFilterDelegate.XPathPropertyOperation>
| Enum Constant and Description |
|---|
XPATH_EXISTS |
XPATH_IS_FUZZY |
XPATH_IS_LIKE |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFilterDelegate.XPathPropertyOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleFilterDelegate.XPathPropertyOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleFilterDelegate.XPathPropertyOperation XPATH_EXISTS
public static final SimpleFilterDelegate.XPathPropertyOperation XPATH_IS_LIKE
public static final SimpleFilterDelegate.XPathPropertyOperation XPATH_IS_FUZZY
public static SimpleFilterDelegate.XPathPropertyOperation[] values()
for (SimpleFilterDelegate.XPathPropertyOperation c : SimpleFilterDelegate.XPathPropertyOperation.values()) System.out.println(c);
public static SimpleFilterDelegate.XPathPropertyOperation 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 nullThis work is licensed under a Creative Commons Attribution 4.0 International License.