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