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