
public static enum RefrigAction.Action extends Enum<RefrigAction.Action>
| Enum Constant and Description |
|---|
STOP_ALL_COLD_COMPS |
STOP_ALL_CRYO_COMPS |
STOP_COLD_COMP |
STOP_CRYO_COMP |
| 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 STOP_CRYO_COMP
public static final RefrigAction.Action STOP_ALL_CRYO_COMPS
public static final RefrigAction.Action STOP_COLD_COMP
public static final RefrigAction.Action STOP_ALL_COLD_COMPS
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 © 2022 LSST. All rights reserved.