private static enum TagChecker.CheckerData.TagCheckLevel extends java.lang.Enum<TagChecker.CheckerData.TagCheckLevel>
| Enum Constant and Description |
|---|
TAG_CHECK_ERROR |
TAG_CHECK_INFO |
TAG_CHECK_WARN |
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
code |
| Modifier and Type | Method and Description |
|---|---|
static TagChecker.CheckerData.TagCheckLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagChecker.CheckerData.TagCheckLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagChecker.CheckerData.TagCheckLevel TAG_CHECK_ERROR
public static final TagChecker.CheckerData.TagCheckLevel TAG_CHECK_WARN
public static final TagChecker.CheckerData.TagCheckLevel TAG_CHECK_INFO
final int code
public static TagChecker.CheckerData.TagCheckLevel[] values()
for (TagChecker.CheckerData.TagCheckLevel c : TagChecker.CheckerData.TagCheckLevel.values()) System.out.println(c);
public static TagChecker.CheckerData.TagCheckLevel 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