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