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