public static enum AlarmTableModel.AlarmTableColumn extends java.lang.Enum<AlarmTableModel.AlarmTableColumn>
| Enum Constant and Description |
|---|
ACTION |
CAUSE |
CODE |
COMPONENT |
CONSEQUENCE |
CONTACT |
DESCRIPTION |
EMAIL |
FAMILY |
GSM |
ICON |
IS_CHILD |
IS_PARENT |
PRIORITY |
TIME |
TRIPLET |
URL |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
popupTitle
The title of the column as it appears in the table header popup menu
|
java.lang.String |
title
The title of the column as it appears in the table header
|
boolean |
visibleAtStartup
If
true the column is shown at startup |
| Modifier and Type | Method and Description |
|---|---|
static AlarmTableModel.AlarmTableColumn |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlarmTableModel.AlarmTableColumn[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlarmTableModel.AlarmTableColumn IS_PARENT
public static final AlarmTableModel.AlarmTableColumn IS_CHILD
public static final AlarmTableModel.AlarmTableColumn ICON
public static final AlarmTableModel.AlarmTableColumn TIME
public static final AlarmTableModel.AlarmTableColumn COMPONENT
public static final AlarmTableModel.AlarmTableColumn FAMILY
public static final AlarmTableModel.AlarmTableColumn CODE
public static final AlarmTableModel.AlarmTableColumn CAUSE
public static final AlarmTableModel.AlarmTableColumn DESCRIPTION
public static final AlarmTableModel.AlarmTableColumn ACTION
public static final AlarmTableModel.AlarmTableColumn PRIORITY
public static final AlarmTableModel.AlarmTableColumn CONSEQUENCE
public static final AlarmTableModel.AlarmTableColumn URL
public static final AlarmTableModel.AlarmTableColumn CONTACT
public static final AlarmTableModel.AlarmTableColumn EMAIL
public static final AlarmTableModel.AlarmTableColumn GSM
public static final AlarmTableModel.AlarmTableColumn TRIPLET
public final java.lang.String title
public final java.lang.String popupTitle
public boolean visibleAtStartup
true the column is shown at startuppublic static AlarmTableModel.AlarmTableColumn[] values()
for (AlarmTableModel.AlarmTableColumn c : AlarmTableModel.AlarmTableColumn.values()) System.out.println(c);
public static AlarmTableModel.AlarmTableColumn 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