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