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