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