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