public static enum EPOSEnumerations.EposState extends Enum<EPOSEnumerations.EposState> implements FcsEnumerations.ColoredObject
| Enum Constant and Description |
|---|
FAULT |
OPERATION_ENABLE |
QUICKSTOP |
READY_TO_SWITCH_ON |
SWITCH_ON_DISABLED |
SWITCHED_ON |
UNKNOWN_STATE |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
static EPOSEnumerations.EposState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPOSEnumerations.EposState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPOSEnumerations.EposState SWITCH_ON_DISABLED
public static final EPOSEnumerations.EposState READY_TO_SWITCH_ON
public static final EPOSEnumerations.EposState SWITCHED_ON
public static final EPOSEnumerations.EposState OPERATION_ENABLE
public static final EPOSEnumerations.EposState FAULT
public static final EPOSEnumerations.EposState QUICKSTOP
public static final EPOSEnumerations.EposState UNKNOWN_STATE
public static EPOSEnumerations.EposState[] values()
for (EPOSEnumerations.EposState c : EPOSEnumerations.EposState.values()) System.out.println(c);
public static EPOSEnumerations.EposState 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 nullpublic Color getColor()
getColor in interface FcsEnumerations.ColoredObjectCopyright © 2022 LSST. All rights reserved.