public static enum A1000.FreqRefSrc extends Enum<A1000.FreqRefSrc>
| Enum Constant and Description |
|---|
ANALOG |
MODBUS |
OPERATOR |
OPTN_PCB |
PULSE |
| Modifier and Type | Method and Description |
|---|---|
static A1000.FreqRefSrc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static A1000.FreqRefSrc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final A1000.FreqRefSrc OPERATOR
public static final A1000.FreqRefSrc ANALOG
public static final A1000.FreqRefSrc MODBUS
public static final A1000.FreqRefSrc OPTN_PCB
public static final A1000.FreqRefSrc PULSE
public static A1000.FreqRefSrc[] values()
for (A1000.FreqRefSrc c : A1000.FreqRefSrc.values()) System.out.println(c);
public static A1000.FreqRefSrc 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 nullCopyright © 2023 LSST. All rights reserved.