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