public enum DeviceEnum extends Enum<DeviceEnum>
| Enum Constant and Description |
|---|
ADCCONFIG_OPT |
CHANNEL_OPT |
COUNT_OPT |
DEBUG_OPT |
FILE_OPT |
INDEX_NUM |
SAMPLE_OPT |
SETCAL_OPT |
TIMEOUT_OPT |
| Modifier and Type | Method and Description |
|---|---|
static DeviceEnum |
swigToEnum(int swigValue) |
int |
swigValue() |
static DeviceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceEnum INDEX_NUM
public static final DeviceEnum ADCCONFIG_OPT
public static final DeviceEnum TIMEOUT_OPT
public static final DeviceEnum DEBUG_OPT
public static final DeviceEnum SETCAL_OPT
public static final DeviceEnum COUNT_OPT
public static final DeviceEnum SAMPLE_OPT
public static final DeviceEnum FILE_OPT
public static final DeviceEnum CHANNEL_OPT
public static DeviceEnum[] values()
for (DeviceEnum c : DeviceEnum.values()) System.out.println(c);
public static DeviceEnum 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 nullpublic final int swigValue()
public static DeviceEnum swigToEnum(int swigValue)
Copyright © 2023 LSST. All rights reserved.