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