public static enum TestAD7794.OptionNames extends Enum<TestAD7794.OptionNames>
| Modifier and Type | Method and Description |
|---|---|
static TestAD7794.OptionNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAD7794.OptionNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAD7794.OptionNames CONFIG
public static final TestAD7794.OptionNames SINGLE
public static final TestAD7794.OptionNames IMMED
public static TestAD7794.OptionNames[] values()
for (TestAD7794.OptionNames c : TestAD7794.OptionNames.values()) System.out.println(c);
public static TestAD7794.OptionNames 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 © 2019 LSST. All rights reserved.