public static enum TestRtds.ChanNames extends Enum<TestRtds.ChanNames>
| Enum Constant and Description |
|---|
AIN1 |
AIN2 |
AIN3 |
AIN4 |
AIN5 |
AIN6 |
TEMP |
VDD |
| Modifier and Type | Method and Description |
|---|---|
static TestRtds.ChanNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRtds.ChanNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRtds.ChanNames AIN1
public static final TestRtds.ChanNames AIN2
public static final TestRtds.ChanNames AIN3
public static final TestRtds.ChanNames AIN4
public static final TestRtds.ChanNames AIN5
public static final TestRtds.ChanNames AIN6
public static final TestRtds.ChanNames TEMP
public static final TestRtds.ChanNames VDD
public static TestRtds.ChanNames[] values()
for (TestRtds.ChanNames c : TestRtds.ChanNames.values()) System.out.println(c);
public static TestRtds.ChanNames 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 nullCopyright © 2016 LSST. All rights reserved.