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