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