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