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