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