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