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