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 © 2021 LSST. All rights reserved.