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