
public enum TS7Outlets extends Enum<TS7Outlets>
| Enum Constant and Description |
|---|
COLDPLATEREFRIGERATOR_1 |
COLDPLATEREFRIGERATOR_2 |
CRYOCON |
CRYOPLATEREFRIGERATOR |
OTMPOWERSUPPLY |
REB48VOLTPOWERSUPPLY |
ROUGHINGPUMP |
TURBOPUMP |
VACUUMVALVE |
VQMCONTROLLER |
XEDCONTROL |
XEDPOWER |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutletName() |
static TS7Outlets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TS7Outlets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TS7Outlets VACUUMVALVE
public static final TS7Outlets CRYOPLATEREFRIGERATOR
public static final TS7Outlets COLDPLATEREFRIGERATOR_1
public static final TS7Outlets COLDPLATEREFRIGERATOR_2
public static final TS7Outlets VQMCONTROLLER
public static final TS7Outlets CRYOCON
public static final TS7Outlets REB48VOLTPOWERSUPPLY
public static final TS7Outlets OTMPOWERSUPPLY
public static final TS7Outlets ROUGHINGPUMP
public static final TS7Outlets TURBOPUMP
public static final TS7Outlets XEDCONTROL
public static final TS7Outlets XEDPOWER
public static TS7Outlets[] values()
for (TS7Outlets c : TS7Outlets.values()) System.out.println(c);
public static TS7Outlets 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 getOutletName()
Copyright © 2021 LSST. All rights reserved.