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