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