public static enum ChecksAnnotation.ChecksAnnotationLevel extends Enum<ChecksAnnotation.ChecksAnnotationLevel>
| Modifier and Type | Method and Description |
|---|---|
static ChecksAnnotation.ChecksAnnotationLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksAnnotation.ChecksAnnotationLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChecksAnnotation.ChecksAnnotationLevel NONE
public static final ChecksAnnotation.ChecksAnnotationLevel NOTICE
public static final ChecksAnnotation.ChecksAnnotationLevel WARNING
public static final ChecksAnnotation.ChecksAnnotationLevel FAILURE
public static ChecksAnnotation.ChecksAnnotationLevel[] values()
for (ChecksAnnotation.ChecksAnnotationLevel c : ChecksAnnotation.ChecksAnnotationLevel.values()) System.out.println(c);
public static ChecksAnnotation.ChecksAnnotationLevel 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 © 2016–2021. All rights reserved.