public static enum TaxRate.ReportTaxTypeEnum extends Enum<TaxRate.ReportTaxTypeEnum>
| Enum Constant and Description |
|---|
BASEXCLUDED |
CAPITALEXPENSESINPUT |
CAPITALSALESOUTPUT |
ECACQUISITIONS |
ECINPUT |
ECOUTPUT |
ECOUTPUTSERVICES |
EXEMPTEXPENSES |
EXEMPTINPUT |
EXEMPTOUTPUT |
GSTONIMPORTS |
INPUT |
INPUTTAXED |
MOSSSALES |
NONE |
OUTPUT |
| Modifier and Type | Method and Description |
|---|---|
static TaxRate.ReportTaxTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TaxRate.ReportTaxTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxRate.ReportTaxTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxRate.ReportTaxTypeEnum OUTPUT
public static final TaxRate.ReportTaxTypeEnum INPUT
public static final TaxRate.ReportTaxTypeEnum EXEMPTOUTPUT
public static final TaxRate.ReportTaxTypeEnum INPUTTAXED
public static final TaxRate.ReportTaxTypeEnum BASEXCLUDED
public static final TaxRate.ReportTaxTypeEnum EXEMPTEXPENSES
public static final TaxRate.ReportTaxTypeEnum EXEMPTINPUT
public static final TaxRate.ReportTaxTypeEnum ECOUTPUT
public static final TaxRate.ReportTaxTypeEnum ECOUTPUTSERVICES
public static final TaxRate.ReportTaxTypeEnum ECINPUT
public static final TaxRate.ReportTaxTypeEnum ECACQUISITIONS
public static final TaxRate.ReportTaxTypeEnum CAPITALSALESOUTPUT
public static final TaxRate.ReportTaxTypeEnum CAPITALEXPENSESINPUT
public static final TaxRate.ReportTaxTypeEnum MOSSSALES
public static final TaxRate.ReportTaxTypeEnum NONE
public static final TaxRate.ReportTaxTypeEnum GSTONIMPORTS
public static TaxRate.ReportTaxTypeEnum[] values()
for (TaxRate.ReportTaxTypeEnum c : TaxRate.ReportTaxTypeEnum.values()) System.out.println(c);
public static TaxRate.ReportTaxTypeEnum 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<TaxRate.ReportTaxTypeEnum>public static TaxRate.ReportTaxTypeEnum fromValue(String text)
Copyright © 2019. All rights reserved.