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