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