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