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