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