protected static enum TestMccUsb.CalType extends Enum<TestMccUsb.CalType>
| Enum Constant and Description |
|---|
ABORT |
TEMPERATURE |
VOLTAGE |
| Modifier and Type | Method and Description |
|---|---|
static TestMccUsb.CalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestMccUsb.CalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestMccUsb.CalType TEMPERATURE
public static final TestMccUsb.CalType VOLTAGE
public static final TestMccUsb.CalType ABORT
public static TestMccUsb.CalType[] values()
for (TestMccUsb.CalType c : TestMccUsb.CalType.values()) System.out.println(c);
public static TestMccUsb.CalType 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 © 2014 LSST. All rights reserved.