public enum MCMEvent extends Enum<MCMEvent> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static MCMEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MCMEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MCMEvent startIntegration
public static final MCMEvent startReadout
public static final MCMEvent endReadout
public static final MCMEvent startShutterOpen
public static final MCMEvent endShutterClose
public static final MCMEvent startShutterClose
public static final MCMEvent endShutterOpen
public static final MCMEvent filterULoaded
public static final MCMEvent filterGLoaded
public static final MCMEvent filterRLoaded
public static final MCMEvent filterILoaded
public static final MCMEvent filterZLoaded
public static final MCMEvent filterYLoaded
public static final MCMEvent filterNoneLoaded
public static final MCMEvent filterSystemMoving
public static final MCMEvent shutterReady
public static final MCMEvent shutterPoweredOff
public static final MCMEvent ccdCleared
public static final MCMEvent ccdNotReady
public static MCMEvent[] values()
for (MCMEvent c : MCMEvent.values()) System.out.println(c);
public static MCMEvent 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.