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