public static enum AtsCryoCon24cDevice.ControlType extends Enum<AtsCryoCon24cDevice.ControlType>
| Modifier and Type | Method and Description |
|---|---|
static AtsCryoCon24cDevice.ControlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtsCryoCon24cDevice.ControlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtsCryoCon24cDevice.ControlType OFF
public static final AtsCryoCon24cDevice.ControlType MAN
public static final AtsCryoCon24cDevice.ControlType PID
public static AtsCryoCon24cDevice.ControlType[] values()
for (AtsCryoCon24cDevice.ControlType c : AtsCryoCon24cDevice.ControlType.values()) System.out.println(c);
public static AtsCryoCon24cDevice.ControlType 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 nullCopyright © 2022 LSST. All rights reserved.