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