public static enum DocumentWorkflowRecord.WorkflowSubType extends Enum<DocumentWorkflowRecord.WorkflowSubType>
Enum Constant and Description |
---|
CREATED_WORKFLOWREPORT_OUTPUT |
DELETED_WORKFLOWREPORT_OUTPUT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static DocumentWorkflowRecord.WorkflowSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentWorkflowRecord.WorkflowSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentWorkflowRecord.WorkflowSubType CREATED_WORKFLOWREPORT_OUTPUT
public static final DocumentWorkflowRecord.WorkflowSubType DELETED_WORKFLOWREPORT_OUTPUT
public static DocumentWorkflowRecord.WorkflowSubType[] values()
for (DocumentWorkflowRecord.WorkflowSubType c : DocumentWorkflowRecord.WorkflowSubType.values()) System.out.println(c);
public static DocumentWorkflowRecord.WorkflowSubType 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 toString()
toString
in class Enum<DocumentWorkflowRecord.WorkflowSubType>
Copyright © 2015. All Rights Reserved.