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