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