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