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