public static enum Spinnaker_C.spinRegionSelectorEnums extends Enum<Spinnaker_C.spinRegionSelectorEnums>
Enum Constant and Description |
---|
NUM_REGIONSELECTOR |
RegionSelector_All
Selected features will control all the regions at the same time.
|
RegionSelector_Region0
Selected feature will control the region 0.
|
RegionSelector_Region1
Selected feature will control the region 1.
|
RegionSelector_Region2
Selected feature will control the region 2.
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinRegionSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinRegionSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinRegionSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinRegionSelectorEnums RegionSelector_Region0
public static final Spinnaker_C.spinRegionSelectorEnums RegionSelector_Region1
public static final Spinnaker_C.spinRegionSelectorEnums RegionSelector_Region2
public static final Spinnaker_C.spinRegionSelectorEnums RegionSelector_All
public static final Spinnaker_C.spinRegionSelectorEnums NUM_REGIONSELECTOR
public static Spinnaker_C.spinRegionSelectorEnums[] values()
for (Spinnaker_C.spinRegionSelectorEnums c : Spinnaker_C.spinRegionSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinRegionSelectorEnums 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.spinRegionSelectorEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinRegionSelectorEnums>
Copyright © 2024. All rights reserved.