public static enum Chiller.Query extends Enum<Chiller.Query>
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
String |
getDescription() |
int |
getExpectedLines() |
boolean |
getIsTemp() |
static Chiller.Query |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.Query[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chiller.Query IDENTITY
public static final Chiller.Query LOOP_COUNT
public static final Chiller.Query T_PROBE2
public static final Chiller.Query LAT_CMND
public static final Chiller.Query ERR_BITS_OLD
public static final Chiller.Query DIAG_INFO
public static final Chiller.Query ERROR_BITS
public static final Chiller.Query TANK_P_SET
public static final Chiller.Query LIFETIME
public static final Chiller.Query REMOTE_MODE
public static final Chiller.Query SERIAL_NO
public static final Chiller.Query PGM_STATE
public static final Chiller.Query HEAT_COOL
public static final Chiller.Query TEMP_RANGE
public static final Chiller.Query SET_POINT
public static final Chiller.Query DYNAMIC_SET
public static final Chiller.Query SYS_INFO
public static final Chiller.Query FIRMWARE
public static final Chiller.Query WARN2
public static final Chiller.Query FLOW_RATE
public static final Chiller.Query STATUS
public static final Chiller.Query INPUT_BITS1
public static final Chiller.Query INPUT_BITS2
public static final Chiller.Query PRESSURE_IN
public static final Chiller.Query OUTPUT_BITS1
public static final Chiller.Query OUTPUT_BITS2
public static final Chiller.Query PRESSURE_OUT
public static final Chiller.Query PID_PARAM
public static final Chiller.Query FLOW_SETPT
public static final Chiller.Query STATE_BITS
public static final Chiller.Query GPIB_TIMEOUT
public static final Chiller.Query PRESSURE_TANK
public static final Chiller.Query TEMPERATURE
public static final Chiller.Query T_CONDENSER
public static final Chiller.Query T_TXV_BULB
public static final Chiller.Query T_STAGE2EVAP
public static Chiller.Query[] values()
for (Chiller.Query c : Chiller.Query.values()) System.out.println(c);
public static Chiller.Query 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 getCommand()
public String getDescription()
public int getExpectedLines()
public boolean getIsTemp()
Copyright © 2022 LSST. All rights reserved.