public enum TaxRuleTypeId extends java.lang.Enum<TaxRuleTypeId>
| Enum Constant and Description |
|---|
BaseRule |
ExemptEntityRule |
NexusRule |
ProductTaxabilityRule |
RateOverrideRule |
RateRule |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TaxRuleTypeId |
valueOf(int intValue) |
static TaxRuleTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaxRuleTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxRuleTypeId RateRule
public static final TaxRuleTypeId RateOverrideRule
public static final TaxRuleTypeId BaseRule
public static final TaxRuleTypeId ExemptEntityRule
public static final TaxRuleTypeId ProductTaxabilityRule
public static final TaxRuleTypeId NexusRule
public static TaxRuleTypeId[] values()
for (TaxRuleTypeId c : TaxRuleTypeId.values()) System.out.println(c);
public static TaxRuleTypeId 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 TaxRuleTypeId valueOf(int intValue)
public int getValue()