public static enum LogAnt.DebugLevel extends java.lang.Enum<LogAnt.DebugLevel>
Enum Constant and Description |
---|
DEBUG |
ERROR |
INFO |
NONE |
VERBOSE |
WARNING |
Modifier and Type | Method and Description |
---|---|
static LogAnt.DebugLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogAnt.DebugLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogAnt.DebugLevel NONE
public static final LogAnt.DebugLevel ERROR
public static final LogAnt.DebugLevel WARNING
public static final LogAnt.DebugLevel INFO
public static final LogAnt.DebugLevel DEBUG
public static final LogAnt.DebugLevel VERBOSE
public static LogAnt.DebugLevel[] values()
for (LogAnt.DebugLevel c : LogAnt.DebugLevel.values()) System.out.println(c);
public static LogAnt.DebugLevel 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 nullCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.