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