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