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