
public enum RebDPhiState extends Enum<RebDPhiState>
| Enum Constant and Description |
|---|
OFF
The Dphi is off for the Reb.
|
ON
The Dphi is on for the Reb.
|
UNKNOWN
The Dphi initial state or when the device cannot be read.
|
| Modifier and Type | Method and Description |
|---|---|
static RebDPhiState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RebDPhiState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RebDPhiState UNKNOWN
public static final RebDPhiState OFF
public static final RebDPhiState ON
public static RebDPhiState[] values()
for (RebDPhiState c : RebDPhiState.values()) System.out.println(c);
public static RebDPhiState 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 © 2021 LSST. All rights reserved.