public static enum MMM.MMMCommand extends Enum<MMM.MMMCommand>
| Enum Constant and Description |
|---|
CLEAR |
CONFIGURECAMERA |
DISCARDROWS |
ENDIMAGE |
INITGUIDER |
INITIMAGES |
SETFILTER |
STARTIMAGE |
TAKEIMAGES |
| Modifier and Type | Method and Description |
|---|---|
static MMM.MMMCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MMM.MMMCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MMM.MMMCommand INITIMAGES
public static final MMM.MMMCommand CONFIGURECAMERA
public static final MMM.MMMCommand SETFILTER
public static final MMM.MMMCommand TAKEIMAGES
public static final MMM.MMMCommand INITGUIDER
public static final MMM.MMMCommand CLEAR
public static final MMM.MMMCommand STARTIMAGE
public static final MMM.MMMCommand ENDIMAGE
public static final MMM.MMMCommand DISCARDROWS
public static MMM.MMMCommand[] values()
for (MMM.MMMCommand c : MMM.MMMCommand.values()) System.out.println(c);
public static MMM.MMMCommand 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.