public static enum RefrigAction.Action extends Enum<RefrigAction.Action>
| Enum Constant and Description |
|---|
COLD_PLATE_TOO_COLD |
COLD_PLATE_TOO_WARM |
CRYO_CIRCUIT_TOO_COLD |
CRYO_PLATE_TOO_COLD |
VACUUM_INSUFFICIENT |
| Modifier and Type | Method and Description |
|---|---|
static RefrigAction.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefrigAction.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefrigAction.Action COLD_PLATE_TOO_COLD
public static final RefrigAction.Action COLD_PLATE_TOO_WARM
public static final RefrigAction.Action CRYO_PLATE_TOO_COLD
public static final RefrigAction.Action CRYO_CIRCUIT_TOO_COLD
public static final RefrigAction.Action VACUUM_INSUFFICIENT
public static RefrigAction.Action[] values()
for (RefrigAction.Action c : RefrigAction.Action.values()) System.out.println(c);
public static RefrigAction.Action 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.