public static enum WorkflowRemover.ReportColumns extends Enum<WorkflowRemover.ReportColumns>
| Enum Constant and Description |
|---|
CHECKED |
COMPLETED |
ERRED |
INITIATED_BY |
REMOVED |
STARTED |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowRemover.ReportColumns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowRemover.ReportColumns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowRemover.ReportColumns STARTED
public static final WorkflowRemover.ReportColumns CHECKED
public static final WorkflowRemover.ReportColumns REMOVED
public static final WorkflowRemover.ReportColumns COMPLETED
public static final WorkflowRemover.ReportColumns ERRED
public static final WorkflowRemover.ReportColumns INITIATED_BY
public static WorkflowRemover.ReportColumns[] values()
for (WorkflowRemover.ReportColumns c : WorkflowRemover.ReportColumns.values()) System.out.println(c);
public static WorkflowRemover.ReportColumns 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 © 2013–2020 Adobe. All rights reserved.