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