org.jboss.seam.international
public static enum StatusMessage.Severity extends Enum<StatusMessage.Severity>
Modifier and Type | Method and Description |
---|---|
static StatusMessage.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusMessage.Severity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusMessage.Severity INFO
public static final StatusMessage.Severity WARN
public static final StatusMessage.Severity ERROR
public static final StatusMessage.Severity FATAL
public static StatusMessage.Severity[] values()
for (StatusMessage.Severity c : StatusMessage.Severity.values()) System.out.println(c);
public static StatusMessage.Severity 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 © 2015 Seam Framework. All Rights Reserved.