public static enum TestGlobal.HdwType extends Enum<TestGlobal.HdwType>
| Enum Constant and Description |
|---|
DAQ |
DAQ0 |
DAQ1 |
DAQ2 |
DAQ4 |
PCI0 |
PCI1 |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TestGlobal.HdwType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGlobal.HdwType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGlobal.HdwType DAQ
public static final TestGlobal.HdwType DAQ0
public static final TestGlobal.HdwType DAQ1
public static final TestGlobal.HdwType DAQ2
public static final TestGlobal.HdwType DAQ4
public static final TestGlobal.HdwType PCI0
public static final TestGlobal.HdwType PCI1
public static TestGlobal.HdwType[] values()
for (TestGlobal.HdwType c : TestGlobal.HdwType.values()) System.out.println(c);
public static TestGlobal.HdwType 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 int getValue()
Copyright © 2021 LSST. All rights reserved.