public static enum FocalPlane.RaftsState extends Enum<FocalPlane.RaftsState>
| Enum Constant and Description |
|---|
CLEARING |
DISCARDING |
INTEGRATING |
NEEDS_CLEAR |
QUIESCENT |
READING_OUT |
| Modifier and Type | Method and Description |
|---|---|
static FocalPlane.RaftsState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FocalPlane.RaftsState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FocalPlane.RaftsState NEEDS_CLEAR
public static final FocalPlane.RaftsState CLEARING
public static final FocalPlane.RaftsState INTEGRATING
public static final FocalPlane.RaftsState READING_OUT
public static final FocalPlane.RaftsState QUIESCENT
public static final FocalPlane.RaftsState DISCARDING
public static FocalPlane.RaftsState[] values()
for (FocalPlane.RaftsState c : FocalPlane.RaftsState.values()) System.out.println(c);
public static FocalPlane.RaftsState 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.