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