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