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