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