public static enum XPathFilterPipelet.XPathFilterMode extends java.lang.Enum<XPathFilterPipelet.XPathFilterMode>
| Enum Constant and Description |
|---|
EXCLUDE
Exclude XPath expressions.
|
INCLUDE
Inlcude Xpath expressions.
|
| Modifier and Type | Method and Description |
|---|---|
static XPathFilterPipelet.XPathFilterMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XPathFilterPipelet.XPathFilterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XPathFilterPipelet.XPathFilterMode INCLUDE
public static final XPathFilterPipelet.XPathFilterMode EXCLUDE
public static XPathFilterPipelet.XPathFilterMode[] values()
for (XPathFilterPipelet.XPathFilterMode c : XPathFilterPipelet.XPathFilterMode.values()) System.out.println(c);
public static XPathFilterPipelet.XPathFilterMode 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 null