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