public static enum AlgorithmSuite.XPathType extends Enum<AlgorithmSuite.XPathType>
Enum Constant and Description |
---|
AbsXPath |
XPath10 |
XPathFilter20 |
XPathNone |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static AlgorithmSuite.XPathType |
lookUp(String name) |
static AlgorithmSuite.XPathType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmSuite.XPathType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgorithmSuite.XPathType XPathNone
public static final AlgorithmSuite.XPathType XPath10
public static final AlgorithmSuite.XPathType XPathFilter20
public static final AlgorithmSuite.XPathType AbsXPath
public static AlgorithmSuite.XPathType[] values()
for (AlgorithmSuite.XPathType c : AlgorithmSuite.XPathType.values()) System.out.println(c);
public static AlgorithmSuite.XPathType 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 AlgorithmSuite.XPathType lookUp(String name)
public String getValue()
Copyright © 2021 JBoss by Red Hat. All rights reserved.