
public enum WorkflowStatus extends Enum<WorkflowStatus>
| Enum Constant and Description |
|---|
afgevoerd |
archief |
bewerkt |
definitief |
| Modifier and Type | Method and Description |
|---|---|
String |
label() |
static WorkflowStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowStatus bewerkt
public static final WorkflowStatus definitief
public static final WorkflowStatus archief
public static final WorkflowStatus afgevoerd
public static WorkflowStatus[] values()
for (WorkflowStatus c : WorkflowStatus.values()) System.out.println(c);
public static WorkflowStatus 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 String label()
Copyright © 2023 B3partners. All rights reserved.