public static enum Chiller.StatusRegister extends Enum<Chiller.StatusRegister>
| Enum Constant and Description |
|---|
ERROR |
PGM_FULL |
RUN_STATE |
SETPOINT |
SRQ_SET |
UNUSED_6 |
UNUSED_7 |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(int register) |
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 RUN_STATE
public static final Chiller.StatusRegister SETPOINT
public static final Chiller.StatusRegister SRQ_SET
public static final Chiller.StatusRegister UNUSED_6
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 static String decode(int register)
Copyright © 2022 LSST. All rights reserved.