public static enum TestReg.DacChan extends Enum<TestReg.DacChan>
| Enum Constant and Description |
|---|
CSGATE |
CSGATE1 |
CSGATE2 |
CSGATE3 |
FSBCTRL |
GD |
HEATER |
HEATER1 |
HEATER2 |
OD |
ODCTRL |
OG |
OGSH |
PCLKH |
PCLKHSH |
PCLKL |
PCLKLSH |
RD |
RGH |
RGHSH |
RGL |
RGLSH |
SCLKH |
SCLKHSH |
SCLKL |
SCLKLSH |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TestReg.DacChan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReg.DacChan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestReg.DacChan SCLKL
public static final TestReg.DacChan SCLKLSH
public static final TestReg.DacChan SCLKH
public static final TestReg.DacChan SCLKHSH
public static final TestReg.DacChan RGL
public static final TestReg.DacChan RGLSH
public static final TestReg.DacChan RGH
public static final TestReg.DacChan RGHSH
public static final TestReg.DacChan PCLKL
public static final TestReg.DacChan PCLKLSH
public static final TestReg.DacChan PCLKH
public static final TestReg.DacChan PCLKHSH
public static final TestReg.DacChan HEATER1
public static final TestReg.DacChan HEATER2
public static final TestReg.DacChan CSGATE1
public static final TestReg.DacChan CSGATE2
public static final TestReg.DacChan CSGATE3
public static final TestReg.DacChan FSBCTRL
public static final TestReg.DacChan ODCTRL
public static final TestReg.DacChan GD
public static final TestReg.DacChan RD
public static final TestReg.DacChan OG
public static final TestReg.DacChan OGSH
public static final TestReg.DacChan OD
public static final TestReg.DacChan HEATER
public static final TestReg.DacChan CSGATE
public static TestReg.DacChan[] values()
for (TestReg.DacChan c : TestReg.DacChan.values()) System.out.println(c);
public static TestReg.DacChan 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.