public static enum ColorTcs34725.Gain extends java.lang.Enum<ColorTcs34725.Gain>
| Enum Constant and Description |
|---|
TCS34725_16X |
TCS34725_1X |
TCS34725_4X |
TCS34725_60X |
| Modifier and Type | Method and Description |
|---|---|
static ColorTcs34725.Gain |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorTcs34725.Gain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorTcs34725.Gain TCS34725_1X
public static final ColorTcs34725.Gain TCS34725_4X
public static final ColorTcs34725.Gain TCS34725_16X
public static final ColorTcs34725.Gain TCS34725_60X
public static ColorTcs34725.Gain[] values()
for (ColorTcs34725.Gain c : ColorTcs34725.Gain.values()) System.out.println(c);
public static ColorTcs34725.Gain valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null