public enum TaxRateDisplayTypeEnum extends Enum<TaxRateDisplayTypeEnum>
Java class for TaxRateDisplayTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TaxRateDisplayTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ReadOnly"/>
<enumeration value="HideInTransactionForms"/>
<enumeration value="HideInPrintedForms"/>
<enumeration value="HideInAll"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HIDE_IN_ALL |
HIDE_IN_PRINTED_FORMS |
HIDE_IN_TRANSACTION_FORMS |
READ_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static TaxRateDisplayTypeEnum |
fromValue(String v) |
String |
value() |
static TaxRateDisplayTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxRateDisplayTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxRateDisplayTypeEnum READ_ONLY
public static final TaxRateDisplayTypeEnum HIDE_IN_TRANSACTION_FORMS
public static final TaxRateDisplayTypeEnum HIDE_IN_PRINTED_FORMS
public static final TaxRateDisplayTypeEnum HIDE_IN_ALL
public static TaxRateDisplayTypeEnum[] values()
for (TaxRateDisplayTypeEnum c : TaxRateDisplayTypeEnum.values()) System.out.println(c);
public static TaxRateDisplayTypeEnum 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 value()
public static TaxRateDisplayTypeEnum fromValue(String v)
Copyright © 2017. All rights reserved.