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