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