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