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