public static enum Spinnaker_C._spinWhiteClipSelectorEnums extends Enum<Spinnaker_C._spinWhiteClipSelectorEnums>
| Enum Constant and Description |
|---|
NUM_WHITECLIPSELECTOR |
WhiteClipSelector_All
White Clip will be applied to all channels or taps.
|
WhiteClipSelector_Blue
White Clip will be applied to the blue channel.
|
WhiteClipSelector_Green
White Clip will be applied to the green channel.
|
WhiteClipSelector_Red
White Clip will be applied to the red channel.
|
WhiteClipSelector_Tap1
White Clip will be applied to Tap 1.
|
WhiteClipSelector_Tap2
White Clip will be applied to Tap 2.
|
WhiteClipSelector_U
White Clip will be applied to U channel.
|
WhiteClipSelector_V
White Clip will be applied to V channel.
|
WhiteClipSelector_Y
White Clip will be applied to Y channel.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinWhiteClipSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinWhiteClipSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinWhiteClipSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_All
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_Red
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_Green
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_Blue
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_Y
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_U
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_V
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_Tap1
public static final Spinnaker_C._spinWhiteClipSelectorEnums WhiteClipSelector_Tap2
public static final Spinnaker_C._spinWhiteClipSelectorEnums NUM_WHITECLIPSELECTOR
public static Spinnaker_C._spinWhiteClipSelectorEnums[] values()
for (Spinnaker_C._spinWhiteClipSelectorEnums c : Spinnaker_C._spinWhiteClipSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C._spinWhiteClipSelectorEnums 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._spinWhiteClipSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinWhiteClipSelectorEnums>Copyright © 2019. All rights reserved.