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 © 2024. All rights reserved.