public static enum TextConsole.Level extends Enum<TextConsole.Level>
| Modifier and Type | Method and Description |
|---|---|
int |
getILevel() |
static TextConsole.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextConsole.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextConsole.Level ALL
public static final TextConsole.Level DEBUG
public static final TextConsole.Level LOG
public static final TextConsole.Level WARN
public static final TextConsole.Level ERROR
public static TextConsole.Level[] values()
for (TextConsole.Level c : TextConsole.Level.values()) System.out.println(c);
public static TextConsole.Level 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 nullpublic int getILevel()
Copyright © 2014. All rights reserved.