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