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