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