public static enum TestAD7794.CalibNames extends Enum<TestAD7794.CalibNames>
| Modifier and Type | Method and Description |
|---|---|
static TestAD7794.CalibNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAD7794.CalibNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAD7794.CalibNames INTOFF
public static final TestAD7794.CalibNames INTGAIN
public static final TestAD7794.CalibNames EXTOFF
public static final TestAD7794.CalibNames EXTGAIN
public static TestAD7794.CalibNames[] values()
for (TestAD7794.CalibNames c : TestAD7794.CalibNames.values()) System.out.println(c);
public static TestAD7794.CalibNames 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.