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