
public enum DaqSubsystemAlerts extends Enum<DaqSubsystemAlerts>
| Enum Constant and Description |
|---|
PURGE_FAIL |
SPACE_LOW |
STATS_DIFF |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
org.lsst.ccs.bus.data.Alert |
newAlert() |
static DaqSubsystemAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaqSubsystemAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DaqSubsystemAlerts STATS_DIFF
public static final DaqSubsystemAlerts PURGE_FAIL
public static final DaqSubsystemAlerts SPACE_LOW
public static DaqSubsystemAlerts[] values()
for (DaqSubsystemAlerts c : DaqSubsystemAlerts.values()) System.out.println(c);
public static DaqSubsystemAlerts 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 nullpublic String getId()
public String getDescription()
public org.lsst.ccs.bus.data.Alert newAlert()
Copyright © 2021 LSST. All rights reserved.