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