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