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