public static enum TestAd7794.ClockNames extends Enum<TestAd7794.ClockNames>
| Enum Constant and Description |
|---|
EXTERNAL |
EXTHALF |
INTAVAIL |
INTERNAL |
| Modifier and Type | Method and Description |
|---|---|
static TestAd7794.ClockNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAd7794.ClockNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAd7794.ClockNames INTERNAL
public static final TestAd7794.ClockNames INTAVAIL
public static final TestAd7794.ClockNames EXTERNAL
public static final TestAd7794.ClockNames EXTHALF
public static TestAd7794.ClockNames[] values()
for (TestAd7794.ClockNames c : TestAd7794.ClockNames.values()) System.out.println(c);
public static TestAd7794.ClockNames 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.