public static enum AlertEvent.AlertEventType extends Enum<AlertEvent.AlertEventType>
| Enum Constant and Description |
|---|
AGENT_CONNECTION |
AGENT_DISCONNECTION |
ALERT_CLEARED |
ALERT_RAISED |
| Modifier and Type | Method and Description |
|---|---|
static AlertEvent.AlertEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertEvent.AlertEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertEvent.AlertEventType AGENT_CONNECTION
public static final AlertEvent.AlertEventType AGENT_DISCONNECTION
public static final AlertEvent.AlertEventType ALERT_RAISED
public static final AlertEvent.AlertEventType ALERT_CLEARED
public static AlertEvent.AlertEventType[] values()
for (AlertEvent.AlertEventType c : AlertEvent.AlertEventType.values()) System.out.println(c);
public static AlertEvent.AlertEventType 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 nullCopyright © 2024 LSST. All rights reserved.