public enum MatchingTaxType extends java.lang.Enum<MatchingTaxType>
| Enum Constant and Description |
|---|
All |
Batteries |
BothSalesAndUseTax |
Bottle |
ConsumersUseAndSellersUseTax |
ConsumerUseAndSalesTax |
ConsumerUseTax |
E |
EWaste |
Fee |
LightBulbs |
Lodging |
Meals |
Rental |
RentToOwn |
SalesTax |
UseTax |
VATInputTax |
VATNonrecoverableInputTax |
VATOutputTax |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static MatchingTaxType |
valueOf(int intValue) |
static MatchingTaxType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatchingTaxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchingTaxType E
public static final MatchingTaxType Lodging
public static final MatchingTaxType Bottle
public static final MatchingTaxType RentToOwn
public static final MatchingTaxType All
public static final MatchingTaxType BothSalesAndUseTax
public static final MatchingTaxType ConsumerUseTax
public static final MatchingTaxType ConsumersUseAndSellersUseTax
public static final MatchingTaxType ConsumerUseAndSalesTax
public static final MatchingTaxType Fee
public static final MatchingTaxType VATInputTax
public static final MatchingTaxType LightBulbs
public static final MatchingTaxType Meals
public static final MatchingTaxType VATNonrecoverableInputTax
public static final MatchingTaxType VATOutputTax
public static final MatchingTaxType Rental
public static final MatchingTaxType SalesTax
public static final MatchingTaxType UseTax
public static final MatchingTaxType EWaste
public static final MatchingTaxType Batteries
public static MatchingTaxType[] values()
for (MatchingTaxType c : MatchingTaxType.values()) System.out.println(c);
public static MatchingTaxType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static MatchingTaxType valueOf(int intValue)
public int getValue()