public enum XBTokenType extends java.lang.Enum<XBTokenType>
| Modifier and Type | Method and Description |
|---|---|
static XBTokenType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBTokenType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBTokenType BEGIN
public static final XBTokenType ATTRIBUTE
public static final XBTokenType DATA
public static final XBTokenType END
public static XBTokenType[] values()
for (XBTokenType c : XBTokenType.values()) System.out.println(c);
public static XBTokenType 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