
public enum CompAlert extends Enum<CompAlert>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(String comp) |
String |
getId(String comp) |
org.lsst.ccs.bus.data.Alert |
newAlert(String comp) |
static CompAlert |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompAlert PLC_DEAD
public static final CompAlert DISC_PRESS_HIGH
public static final CompAlert DISC_TEMP_HIGH
public static final CompAlert COMP_POWER_HIGH
public static final CompAlert SUCT_TEMP_LOW
public static final CompAlert OIL_LEVEL_LOW
public static final CompAlert PHASE_TEMP_HIGH
public static final CompAlert LIQD_TEMP_HIGH
public static final CompAlert CRYO_TEMP_LOW
public static final CompAlert COLD_TEMP_LOW
public static final CompAlert PRESS_DIFF_HIGH
public static final CompAlert DISC_TEMP_LOW
public static final CompAlert DISC_PRESS_HIGH_PLC
public static final CompAlert DISC_TEMP_HIGH_PLC
public static final CompAlert COMP_POWER_HIGH_PLC
public static final CompAlert SUCT_TEMP_LOW_PLC
public static final CompAlert OIL_LEVEL_LOW_PLC
public static final CompAlert LIQD_TEMP_HIGH_PLC
public static final CompAlert AFTER_TEMP_HIGH_PLC
public static final CompAlert SENS_READ_BAD_PLC
public static final CompAlert SMOKE_DETC_PLC
public static final CompAlert EXT_PERMIT_PLC
public static CompAlert[] values()
for (CompAlert c : CompAlert.values()) System.out.println(c);
public static CompAlert 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 org.lsst.ccs.bus.data.Alert newAlert(String comp)
Copyright © 2021 LSST. All rights reserved.