
public enum McmAlerts extends Enum<McmAlerts>
| 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 McmAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static McmAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final McmAlerts MissingSubsystem
public static McmAlerts[] values()
for (McmAlerts c : McmAlerts.values()) System.out.println(c);
public static McmAlerts 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.