public static enum LogUtil.ThreadLogMode extends Enum<LogUtil.ThreadLogMode>
Modifier and Type | Method and Description |
---|---|
static LogUtil.ThreadLogMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogUtil.ThreadLogMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogUtil.ThreadLogMode NONE
public static final LogUtil.ThreadLogMode INDENT
public static final LogUtil.ThreadLogMode PRINT_ID
public static LogUtil.ThreadLogMode[] values()
for (LogUtil.ThreadLogMode c : LogUtil.ThreadLogMode.values()) System.out.println(c);
public static LogUtil.ThreadLogMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015. All rights reserved.