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