public static enum AnnotationRuleViolation.ViolationType extends Enum<AnnotationRuleViolation.ViolationType>
Enum Constant and Description |
---|
Error |
Recommendation |
Warning |
Modifier and Type | Method and Description |
---|---|
static AnnotationRuleViolation.ViolationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationRuleViolation.ViolationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationRuleViolation.ViolationType Error
public static final AnnotationRuleViolation.ViolationType Warning
public static final AnnotationRuleViolation.ViolationType Recommendation
public static AnnotationRuleViolation.ViolationType[] values()
for (AnnotationRuleViolation.ViolationType c : AnnotationRuleViolation.ViolationType.values()) System.out.println(c);
public static AnnotationRuleViolation.ViolationType 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 nullCopyright © 2010–2015. All rights reserved.