public static enum Spinnaker_C.spinBalanceRatioSelectorEnums extends Enum<Spinnaker_C.spinBalanceRatioSelectorEnums>
Enum Constant and Description |
---|
BalanceRatioSelector_Blue
Selects the blue balance ratio control for adjustment.
|
BalanceRatioSelector_Red
Selects the red balance ratio control for adjustment.
|
NUM_BALANCERATIOSELECTOR |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinBalanceRatioSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinBalanceRatioSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinBalanceRatioSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinBalanceRatioSelectorEnums BalanceRatioSelector_Red
public static final Spinnaker_C.spinBalanceRatioSelectorEnums BalanceRatioSelector_Blue
public static final Spinnaker_C.spinBalanceRatioSelectorEnums NUM_BALANCERATIOSELECTOR
public static Spinnaker_C.spinBalanceRatioSelectorEnums[] values()
for (Spinnaker_C.spinBalanceRatioSelectorEnums c : Spinnaker_C.spinBalanceRatioSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinBalanceRatioSelectorEnums 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 Spinnaker_C.spinBalanceRatioSelectorEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinBalanceRatioSelectorEnums>
Copyright © 2024. All rights reserved.