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