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