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