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