public static enum Chiller.EventRegister extends Enum<Chiller.EventRegister>
| Enum Constant and Description |
|---|
BAD_ARG |
BAD_CMND |
CMND_OVFL |
DWELLTIME |
PGM_FULL |
SETPOINT |
UNUSED_6 |
UNUSED_7 |
| Modifier and Type | Method and Description |
|---|---|
static String |
decode(int register) |
static Chiller.EventRegister |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.EventRegister[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chiller.EventRegister BAD_ARG
public static final Chiller.EventRegister PGM_FULL
public static final Chiller.EventRegister BAD_CMND
public static final Chiller.EventRegister DWELLTIME
public static final Chiller.EventRegister SETPOINT
public static final Chiller.EventRegister CMND_OVFL
public static final Chiller.EventRegister UNUSED_6
public static final Chiller.EventRegister UNUSED_7
public static Chiller.EventRegister[] values()
for (Chiller.EventRegister c : Chiller.EventRegister.values()) System.out.println(c);
public static Chiller.EventRegister 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.