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