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