public static enum TestRtds.RateNames extends Enum<TestRtds.RateNames>
| Enum Constant and Description |
|---|
R10 |
R12 |
R123 |
R16 |
R17 |
R19 |
R242 |
R33 |
R39 |
R4 |
R470 |
R50 |
R6 |
R62 |
R8 |
| Modifier and Type | Method and Description |
|---|---|
static TestRtds.RateNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestRtds.RateNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestRtds.RateNames R470
public static final TestRtds.RateNames R242
public static final TestRtds.RateNames R123
public static final TestRtds.RateNames R62
public static final TestRtds.RateNames R50
public static final TestRtds.RateNames R39
public static final TestRtds.RateNames R33
public static final TestRtds.RateNames R19
public static final TestRtds.RateNames R17
public static final TestRtds.RateNames R16
public static final TestRtds.RateNames R12
public static final TestRtds.RateNames R10
public static final TestRtds.RateNames R8
public static final TestRtds.RateNames R6
public static final TestRtds.RateNames R4
public static TestRtds.RateNames[] values()
for (TestRtds.RateNames c : TestRtds.RateNames.values()) System.out.println(c);
public static TestRtds.RateNames 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.