public static enum RotatorState.EnabledState extends Enum<RotatorState.EnabledState>
| Enum Constant and Description |
|---|
CONSTANT_VOLOCITY |
CONTROLLED_STOP |
INITIALIZING |
MOVING_POINT_TO_POINT |
RELATIVE |
SLEWING_OR_TRACKING |
STATIONARY |
| Modifier and Type | Method and Description |
|---|---|
static RotatorState.EnabledState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RotatorState.EnabledState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RotatorState.EnabledState STATIONARY
public static final RotatorState.EnabledState MOVING_POINT_TO_POINT
public static final RotatorState.EnabledState SLEWING_OR_TRACKING
public static final RotatorState.EnabledState CONTROLLED_STOP
public static final RotatorState.EnabledState INITIALIZING
public static final RotatorState.EnabledState RELATIVE
public static final RotatorState.EnabledState CONSTANT_VOLOCITY
public static RotatorState.EnabledState[] values()
for (RotatorState.EnabledState c : RotatorState.EnabledState.values()) System.out.println(c);
public static RotatorState.EnabledState 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.