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