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