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