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