public static enum Spinnaker_C._spinChunkTimerSelectorEnums extends Enum<Spinnaker_C._spinChunkTimerSelectorEnums>
| Enum Constant and Description |
|---|
ChunkTimerSelector_Timer0
Selects the first Timer.
|
ChunkTimerSelector_Timer1
Selects the first Timer.
|
ChunkTimerSelector_Timer2
Selects the second Timer.
|
NUM_CHUNKTIMERSELECTOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinChunkTimerSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinChunkTimerSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinChunkTimerSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinChunkTimerSelectorEnums ChunkTimerSelector_Timer0
public static final Spinnaker_C._spinChunkTimerSelectorEnums ChunkTimerSelector_Timer1
public static final Spinnaker_C._spinChunkTimerSelectorEnums ChunkTimerSelector_Timer2
public static final Spinnaker_C._spinChunkTimerSelectorEnums NUM_CHUNKTIMERSELECTOR
public static Spinnaker_C._spinChunkTimerSelectorEnums[] values()
for (Spinnaker_C._spinChunkTimerSelectorEnums c : Spinnaker_C._spinChunkTimerSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C._spinChunkTimerSelectorEnums 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._spinChunkTimerSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinChunkTimerSelectorEnums>Copyright © 2019. All rights reserved.