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