org.apache.wss4j.policy.model
Enum RelToken.RelTokenType
java.lang.Object
java.lang.Enum<RelToken.RelTokenType>
org.apache.wss4j.policy.model.RelToken.RelTokenType
- All Implemented Interfaces:
- Serializable, Comparable<RelToken.RelTokenType>
- Enclosing class:
- RelToken
public static enum RelToken.RelTokenType
- extends Enum<RelToken.RelTokenType>
WssRelV10Token10
public static final RelToken.RelTokenType WssRelV10Token10
WssRelV20Token10
public static final RelToken.RelTokenType WssRelV20Token10
WssRelV10Token11
public static final RelToken.RelTokenType WssRelV10Token11
WssRelV20Token11
public static final RelToken.RelTokenType WssRelV20Token11
values
public static RelToken.RelTokenType[] 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 (RelToken.RelTokenType c : RelToken.RelTokenType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RelToken.RelTokenType 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
lookUp
public static RelToken.RelTokenType lookUp(String name)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.