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