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