public static enum ITrigger.ETriggerState extends Enum<ITrigger.ETriggerState>
| Enum Constant and Description |
|---|
BLOCKED |
COMPLETE |
ERROR |
NONE |
NORMAL |
PAUSED |
| Modifier and Type | Method and Description |
|---|---|
static ITrigger.ETriggerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITrigger.ETriggerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITrigger.ETriggerState NONE
public static final ITrigger.ETriggerState NORMAL
public static final ITrigger.ETriggerState PAUSED
public static final ITrigger.ETriggerState COMPLETE
public static final ITrigger.ETriggerState ERROR
public static final ITrigger.ETriggerState BLOCKED
public static ITrigger.ETriggerState[] values()
for (ITrigger.ETriggerState c : ITrigger.ETriggerState.values()) System.out.println(c);
public static ITrigger.ETriggerState 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 © 2016–2021 Philip Helger. All rights reserved.