public static enum Spinnaker_C.spinChunkCounterSelectorEnums extends Enum<Spinnaker_C.spinChunkCounterSelectorEnums>
Enum Constant and Description |
---|
ChunkCounterSelector_Counter0
Selects the counter 0.
|
ChunkCounterSelector_Counter1
Selects the counter 1.
|
ChunkCounterSelector_Counter2
Selects the counter 2.
|
NUM_CHUNKCOUNTERSELECTOR |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinChunkCounterSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinChunkCounterSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinChunkCounterSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinChunkCounterSelectorEnums ChunkCounterSelector_Counter0
public static final Spinnaker_C.spinChunkCounterSelectorEnums ChunkCounterSelector_Counter1
public static final Spinnaker_C.spinChunkCounterSelectorEnums ChunkCounterSelector_Counter2
public static final Spinnaker_C.spinChunkCounterSelectorEnums NUM_CHUNKCOUNTERSELECTOR
public static Spinnaker_C.spinChunkCounterSelectorEnums[] values()
for (Spinnaker_C.spinChunkCounterSelectorEnums c : Spinnaker_C.spinChunkCounterSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinChunkCounterSelectorEnums 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.spinChunkCounterSelectorEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinChunkCounterSelectorEnums>
Copyright © 2024. All rights reserved.