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