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