public static enum TriggerWrapper.TriggerState extends Enum<TriggerWrapper.TriggerState>
Enum Constant and Description |
---|
ACQUIRED |
BLOCKED |
COMPLETE |
ERROR |
PAUSED |
PAUSED_BLOCKED |
WAITING |
Modifier and Type | Method and Description |
---|---|
static TriggerWrapper.TriggerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerWrapper.TriggerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerWrapper.TriggerState WAITING
public static final TriggerWrapper.TriggerState ACQUIRED
public static final TriggerWrapper.TriggerState COMPLETE
public static final TriggerWrapper.TriggerState PAUSED
public static final TriggerWrapper.TriggerState BLOCKED
public static final TriggerWrapper.TriggerState PAUSED_BLOCKED
public static final TriggerWrapper.TriggerState ERROR
public static TriggerWrapper.TriggerState[] values()
for (TriggerWrapper.TriggerState c : TriggerWrapper.TriggerState.values()) System.out.println(c);
public static TriggerWrapper.TriggerState 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 2001-2019, Terracotta, Inc.