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