public enum TurboState extends Enum<TurboState>
| Enum Constant and Description |
|---|
AUTOTUNING |
BRAKING |
FAIL |
NORMAL |
STARTING |
STOP |
WAIT_INTLK |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static TurboState |
getState(int ord) |
static TurboState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TurboState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TurboState STOP
public static final TurboState WAIT_INTLK
public static final TurboState STARTING
public static final TurboState AUTOTUNING
public static final TurboState BRAKING
public static final TurboState NORMAL
public static final TurboState FAIL
public static TurboState[] values()
for (TurboState c : TurboState.values()) System.out.println(c);
public static TurboState 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 String getDescription()
public static TurboState getState(int ord)
Copyright © 2024 LSST. All rights reserved.