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