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