public static enum WorkflowInfoDTO.WorkflowStatusEnum extends Enum<WorkflowInfoDTO.WorkflowStatusEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkflowInfoDTO.WorkflowStatusEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInfoDTO.WorkflowStatusEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WorkflowInfoDTO.WorkflowStatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInfoDTO.WorkflowStatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowInfoDTO.WorkflowStatusEnum APPROVED
public static final WorkflowInfoDTO.WorkflowStatusEnum CREATED
public static WorkflowInfoDTO.WorkflowStatusEnum[] values()
for (WorkflowInfoDTO.WorkflowStatusEnum c : WorkflowInfoDTO.WorkflowStatusEnum.values()) System.out.println(c);
public static WorkflowInfoDTO.WorkflowStatusEnum 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 getValue()
public String toString()
toString in class Enum<WorkflowInfoDTO.WorkflowStatusEnum>public static WorkflowInfoDTO.WorkflowStatusEnum fromValue(String value)
Copyright © 2021 WSO2 Inc. All rights reserved.