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