public static enum TestAD7794.GainNames extends Enum<TestAD7794.GainNames>
| Modifier and Type | Method and Description |
|---|---|
static TestAD7794.GainNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAD7794.GainNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAD7794.GainNames X1
public static final TestAD7794.GainNames X2
public static final TestAD7794.GainNames X4
public static final TestAD7794.GainNames X8
public static final TestAD7794.GainNames X16
public static final TestAD7794.GainNames X32
public static final TestAD7794.GainNames X64
public static final TestAD7794.GainNames X128
public static TestAD7794.GainNames[] values()
for (TestAD7794.GainNames c : TestAD7794.GainNames.values()) System.out.println(c);
public static TestAD7794.GainNames 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 © 2018 LSST. All rights reserved.