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