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