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