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