public static enum TwisTorr84.CmndBool extends Enum<TwisTorr84.CmndBool>
| Enum Constant and Description |
|---|
ACTIVE_STOP |
GAS_TYPE_ARGON |
INTERLOCK_TYPE |
LOW_SPEED |
REMOTE |
RESET_CYCLE_TIME |
SERIAL_TYPE |
SETPOINT_LEVEL |
SOFT_START |
SPEED_READ_ACTIVATE |
START_STOP |
VENTVALVE_BY_CMND |
VENTVALVE_OPEN |
WATER_COOLING |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_LENGTH |
static int |
READ_RESP_LEN |
static int |
WRITE_RESP_LEN |
| Modifier and Type | Method and Description |
|---|---|
String |
getWindow() |
static TwisTorr84.CmndBool |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwisTorr84.CmndBool[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwisTorr84.CmndBool START_STOP
public static final TwisTorr84.CmndBool LOW_SPEED
public static final TwisTorr84.CmndBool REMOTE
public static final TwisTorr84.CmndBool SOFT_START
public static final TwisTorr84.CmndBool SETPOINT_LEVEL
public static final TwisTorr84.CmndBool WATER_COOLING
public static final TwisTorr84.CmndBool ACTIVE_STOP
public static final TwisTorr84.CmndBool INTERLOCK_TYPE
public static final TwisTorr84.CmndBool VENTVALVE_OPEN
public static final TwisTorr84.CmndBool VENTVALVE_BY_CMND
public static final TwisTorr84.CmndBool GAS_TYPE_ARGON
public static final TwisTorr84.CmndBool SPEED_READ_ACTIVATE
public static final TwisTorr84.CmndBool SERIAL_TYPE
public static final TwisTorr84.CmndBool RESET_CYCLE_TIME
public static final int DATA_LENGTH
public static final int READ_RESP_LEN
public static final int WRITE_RESP_LEN
public static TwisTorr84.CmndBool[] values()
for (TwisTorr84.CmndBool c : TwisTorr84.CmndBool.values()) System.out.println(c);
public static TwisTorr84.CmndBool 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 getWindow()
Copyright © 2020 LSST. All rights reserved.