public static enum Chiller.StatusRegister extends Enum<Chiller.StatusRegister>
| Enum Constant and Description |
|---|
AT_SETPT |
CMPRS_ON |
ERROR |
PGM_FULL |
SRQ_SET |
T_CONTROL |
UNUSED_7 |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(int register) |
String |
getDescr() |
int |
getMask() |
static Chiller.StatusRegister |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.StatusRegister[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chiller.StatusRegister ERROR
public static final Chiller.StatusRegister WARNING
public static final Chiller.StatusRegister PGM_FULL
public static final Chiller.StatusRegister T_CONTROL
public static final Chiller.StatusRegister AT_SETPT
public static final Chiller.StatusRegister SRQ_SET
public static final Chiller.StatusRegister CMPRS_ON
public static final Chiller.StatusRegister UNUSED_7
public static Chiller.StatusRegister[] values()
for (Chiller.StatusRegister c : Chiller.StatusRegister.values()) System.out.println(c);
public static Chiller.StatusRegister 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 int getMask()
public String getDescr()
public static String decode(int register)
Copyright © 2022 LSST. All rights reserved.