public static enum TestAD7794.CnvModeNames extends Enum<TestAD7794.CnvModeNames>
| Enum Constant and Description |
|---|
CONTINUOUS |
EXTGAINCAL |
EXTOFFCAL |
IDLE |
INTGAINCAL |
INTOFFCAL |
POWERDOWN |
SINGLE |
| Modifier and Type | Method and Description |
|---|---|
static TestAD7794.CnvModeNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAD7794.CnvModeNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAD7794.CnvModeNames CONTINUOUS
public static final TestAD7794.CnvModeNames SINGLE
public static final TestAD7794.CnvModeNames IDLE
public static final TestAD7794.CnvModeNames POWERDOWN
public static final TestAD7794.CnvModeNames INTOFFCAL
public static final TestAD7794.CnvModeNames INTGAINCAL
public static final TestAD7794.CnvModeNames EXTOFFCAL
public static final TestAD7794.CnvModeNames EXTGAINCAL
public static TestAD7794.CnvModeNames[] values()
for (TestAD7794.CnvModeNames c : TestAD7794.CnvModeNames.values()) System.out.println(c);
public static TestAD7794.CnvModeNames 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 © 2020 LSST. All rights reserved.