public static enum Spinnaker_C._spinSensorTapsEnums extends Enum<Spinnaker_C._spinSensorTapsEnums>
| Enum Constant and Description |
|---|
NUM_SENSORTAPS |
SensorTaps_Eight
8 taps.
|
SensorTaps_Four
4 taps.
|
SensorTaps_One
1 tap.
|
SensorTaps_Ten
10 taps.
|
SensorTaps_Three
3 taps.
|
SensorTaps_Two
2 taps.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinSensorTapsEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinSensorTapsEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinSensorTapsEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinSensorTapsEnums SensorTaps_One
public static final Spinnaker_C._spinSensorTapsEnums SensorTaps_Two
public static final Spinnaker_C._spinSensorTapsEnums SensorTaps_Three
public static final Spinnaker_C._spinSensorTapsEnums SensorTaps_Four
public static final Spinnaker_C._spinSensorTapsEnums SensorTaps_Eight
public static final Spinnaker_C._spinSensorTapsEnums SensorTaps_Ten
public static final Spinnaker_C._spinSensorTapsEnums NUM_SENSORTAPS
public static Spinnaker_C._spinSensorTapsEnums[] values()
for (Spinnaker_C._spinSensorTapsEnums c : Spinnaker_C._spinSensorTapsEnums.values()) System.out.println(c);
public static Spinnaker_C._spinSensorTapsEnums 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._spinSensorTapsEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinSensorTapsEnums>Copyright © 2020. All rights reserved.