
public static enum AutomatischProces.ProcessingStatus extends Enum<AutomatischProces.ProcessingStatus>
| Enum Constant and Description |
|---|
ERROR |
ONBEKEND |
PROCESSING |
WAITING |
| Modifier and Type | Method and Description |
|---|---|
static AutomatischProces.ProcessingStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomatischProces.ProcessingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomatischProces.ProcessingStatus PROCESSING
public static final AutomatischProces.ProcessingStatus WAITING
public static final AutomatischProces.ProcessingStatus ONBEKEND
public static final AutomatischProces.ProcessingStatus ERROR
public static AutomatischProces.ProcessingStatus[] values()
for (AutomatischProces.ProcessingStatus c : AutomatischProces.ProcessingStatus.values()) System.out.println(c);
public static AutomatischProces.ProcessingStatus 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 © 2015–2020 B3Partners B.V.. All rights reserved.