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