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