public static enum TestReg.RsetId extends Enum<TestReg.RsetId>
| Enum Constant and Description |
|---|
POWERADCS |
SEQUENCER |
STATUS |
TEMPADCS |
TIMEBASE |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TestReg.RsetId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReg.RsetId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestReg.RsetId STATUS
public static final TestReg.RsetId TIMEBASE
public static final TestReg.RsetId SEQUENCER
public static final TestReg.RsetId POWERADCS
public static final TestReg.RsetId TEMPADCS
public static TestReg.RsetId[] values()
for (TestReg.RsetId c : TestReg.RsetId.values()) System.out.println(c);
public static TestReg.RsetId 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 © 2014 LSST. All Rights Reserved.