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