public static enum VASTLog.LOG_LEVEL extends java.lang.Enum<VASTLog.LOG_LEVEL>
| Enum Constant and Description |
|---|
debug |
error |
info |
none |
verbose |
warning |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static VASTLog.LOG_LEVEL |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VASTLog.LOG_LEVEL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VASTLog.LOG_LEVEL verbose
public static final VASTLog.LOG_LEVEL debug
public static final VASTLog.LOG_LEVEL info
public static final VASTLog.LOG_LEVEL warning
public static final VASTLog.LOG_LEVEL error
public static final VASTLog.LOG_LEVEL none
public static VASTLog.LOG_LEVEL[] values()
for (VASTLog.LOG_LEVEL c : VASTLog.LOG_LEVEL.values()) System.out.println(c);
public static VASTLog.LOG_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 nullpublic int getValue()