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