public static enum FcsEnumerations.BrakeState extends Enum<FcsEnumerations.BrakeState>
| Modifier and Type | Method and Description |
|---|---|
static FcsEnumerations.BrakeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FcsEnumerations.BrakeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FcsEnumerations.BrakeState CLOSED
public static final FcsEnumerations.BrakeState NOBRAKE
public static final FcsEnumerations.BrakeState NO_SENSOR
public static FcsEnumerations.BrakeState[] values()
for (FcsEnumerations.BrakeState c : FcsEnumerations.BrakeState.values()) System.out.println(c);
public static FcsEnumerations.BrakeState 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 © 2023 LSST. All rights reserved.