public static enum OHMM.AnalogChannel extends java.lang.Enum<OHMM.AnalogChannel>
Analog sensor channels.
Enum Constant and Description |
---|
CH_0 |
CH_0V0 |
CH_1 |
CH_1V1 |
CH_2 |
CH_3 |
CH_4 |
CH_5 |
CH_6 |
CH_7 |
CH_8 |
CH_9 |
Modifier and Type | Field and Description |
---|---|
int |
ch |
Modifier and Type | Method and Description |
---|---|
static OHMM.AnalogChannel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OHMM.AnalogChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OHMM.AnalogChannel CH_0
public static final OHMM.AnalogChannel CH_1
public static final OHMM.AnalogChannel CH_2
public static final OHMM.AnalogChannel CH_3
public static final OHMM.AnalogChannel CH_4
public static final OHMM.AnalogChannel CH_5
public static final OHMM.AnalogChannel CH_6
public static final OHMM.AnalogChannel CH_7
public static final OHMM.AnalogChannel CH_8
public static final OHMM.AnalogChannel CH_9
public static final OHMM.AnalogChannel CH_1V1
public static final OHMM.AnalogChannel CH_0V0
public static OHMM.AnalogChannel[] values()
for (OHMM.AnalogChannel c : OHMM.AnalogChannel.values()) System.out.println(c);
public static OHMM.AnalogChannel 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