public static enum LogLevelModel.Column extends java.lang.Enum<LogLevelModel.Column>
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class<?> |
colClass
The class of the items in the column
|
java.lang.String |
name
The string to show in the header
|
| Modifier and Type | Method and Description |
|---|---|
static LogLevelModel.Column |
getColumn(int index) |
static int |
getColumnCont() |
static LogLevelModel.Column |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogLevelModel.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogLevelModel.Column NAME
public static final LogLevelModel.Column DEFAULT
public static final LogLevelModel.Column LOCAL
public static final LogLevelModel.Column GLOBAL
public final java.lang.String name
public final java.lang.Class<?> colClass
public static LogLevelModel.Column[] values()
for (LogLevelModel.Column c : LogLevelModel.Column.values()) System.out.println(c);
public static LogLevelModel.Column 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 static LogLevelModel.Column getColumn(int index)
public static int getColumnCont()