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