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