public static enum UndocAlarmTableModel.ColumnTitles extends java.lang.Enum<UndocAlarmTableModel.ColumnTitles>
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class |
theClass
The class of each column
|
java.lang.String |
title
The title of the column as it appears in the table header
|
| Modifier and Type | Method and Description |
|---|---|
static UndocAlarmTableModel.ColumnTitles |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UndocAlarmTableModel.ColumnTitles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UndocAlarmTableModel.ColumnTitles TIME
public static final UndocAlarmTableModel.ColumnTitles COMPONENT
public static final UndocAlarmTableModel.ColumnTitles FAMILY
public static final UndocAlarmTableModel.ColumnTitles CODE
public final java.lang.String title
public final java.lang.Class theClass
public static UndocAlarmTableModel.ColumnTitles[] values()
for (UndocAlarmTableModel.ColumnTitles c : UndocAlarmTableModel.ColumnTitles.values()) System.out.println(c);
public static UndocAlarmTableModel.ColumnTitles 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