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