public static enum RebPsDeviceOld.PsName extends Enum<RebPsDeviceOld.PsName>
| Enum Constant and Description |
|---|
ANALOG |
CLOCKHI |
CLOCKLO |
DIGITAL |
DPHI |
HEATER |
OD |
| Modifier and Type | Method and Description |
|---|---|
static RebPsDeviceOld.PsName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebPsDeviceOld.PsName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RebPsDeviceOld.PsName DIGITAL
public static final RebPsDeviceOld.PsName ANALOG
public static final RebPsDeviceOld.PsName CLOCKHI
public static final RebPsDeviceOld.PsName CLOCKLO
public static final RebPsDeviceOld.PsName OD
public static final RebPsDeviceOld.PsName HEATER
public static final RebPsDeviceOld.PsName DPHI
public static RebPsDeviceOld.PsName[] values()
for (RebPsDeviceOld.PsName c : RebPsDeviceOld.PsName.values()) System.out.println(c);
public static RebPsDeviceOld.PsName 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.