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