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