public static enum TestReg.SlowChan extends Enum<TestReg.SlowChan>
| Enum Constant and Description |
|---|
GD0 |
GD1 |
GD2 |
OD0 |
OD1 |
OD2 |
OG0 |
OG1 |
OG2 |
RD0 |
RD1 |
RD2 |
VREF251 |
VREF50 |
VREF51 |
VREF52 |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TestReg.SlowChan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReg.SlowChan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestReg.SlowChan OD0
public static final TestReg.SlowChan OD1
public static final TestReg.SlowChan OD2
public static final TestReg.SlowChan OG0
public static final TestReg.SlowChan OG1
public static final TestReg.SlowChan OG2
public static final TestReg.SlowChan RD0
public static final TestReg.SlowChan RD1
public static final TestReg.SlowChan RD2
public static final TestReg.SlowChan GD0
public static final TestReg.SlowChan GD1
public static final TestReg.SlowChan GD2
public static final TestReg.SlowChan VREF50
public static final TestReg.SlowChan VREF51
public static final TestReg.SlowChan VREF52
public static final TestReg.SlowChan VREF251
public static TestReg.SlowChan[] values()
for (TestReg.SlowChan c : TestReg.SlowChan.values()) System.out.println(c);
public static TestReg.SlowChan 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 © 2016 LSST. All rights reserved.