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