org.apache.wss4j.policy.model
Enum XPath.Version
java.lang.Object
java.lang.Enum<XPath.Version>
org.apache.wss4j.policy.model.XPath.Version
- All Implemented Interfaces:
- Serializable, Comparable<XPath.Version>
- Enclosing class:
- XPath
public static enum XPath.Version
- extends Enum<XPath.Version>
|
Enum Constant Summary |
V1
|
V2
|
V1
public static final XPath.Version V1
V2
public static final XPath.Version V2
values
public static XPath.Version[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (XPath.Version c : XPath.Version.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static XPath.Version valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getVersion
public String getVersion()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.