public static enum TaxRate.TaxTypeEnum extends Enum<TaxRate.TaxTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static TaxRate.TaxTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static TaxRate.TaxTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaxRate.TaxTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxRate.TaxTypeEnum OUTPUT
public static final TaxRate.TaxTypeEnum INPUT
public static final TaxRate.TaxTypeEnum CAPEXINPUT
public static final TaxRate.TaxTypeEnum EXEMPTEXPORT
public static final TaxRate.TaxTypeEnum EXEMPTEXPENSES
public static final TaxRate.TaxTypeEnum EXEMPTCAPITAL
public static final TaxRate.TaxTypeEnum EXEMPTOUTPUT
public static final TaxRate.TaxTypeEnum INPUTTAXED
public static final TaxRate.TaxTypeEnum BASEXCLUDED
public static final TaxRate.TaxTypeEnum GSTONCAPIMPORTS
public static final TaxRate.TaxTypeEnum GSTONIMPORTS
public static final TaxRate.TaxTypeEnum NONE
public static final TaxRate.TaxTypeEnum INPUT2
public static final TaxRate.TaxTypeEnum ZERORATED
public static final TaxRate.TaxTypeEnum OUTPUT2
public static final TaxRate.TaxTypeEnum CAPEXINPUT2
public static final TaxRate.TaxTypeEnum CAPEXOUTPUT
public static final TaxRate.TaxTypeEnum CAPEXOUTPUT2
public static final TaxRate.TaxTypeEnum CAPEXSRINPUT
public static final TaxRate.TaxTypeEnum CAPEXSROUTPUT
public static final TaxRate.TaxTypeEnum ECACQUISITIONS
public static final TaxRate.TaxTypeEnum ECZRINPUT
public static final TaxRate.TaxTypeEnum ECZROUTPUT
public static final TaxRate.TaxTypeEnum ECZROUTPUTSERVICES
public static final TaxRate.TaxTypeEnum EXEMPTINPUT
public static final TaxRate.TaxTypeEnum REVERSECHARGES
public static final TaxRate.TaxTypeEnum RRINPUT
public static final TaxRate.TaxTypeEnum RROUTPUT
public static final TaxRate.TaxTypeEnum SRINPUT
public static final TaxRate.TaxTypeEnum SROUTPUT
public static final TaxRate.TaxTypeEnum ZERORATEDINPUT
public static final TaxRate.TaxTypeEnum ZERORATEDOUTPUT
public static final TaxRate.TaxTypeEnum BLINPUT
public static final TaxRate.TaxTypeEnum DSOUTPUT
public static final TaxRate.TaxTypeEnum EPINPUT
public static final TaxRate.TaxTypeEnum ES33OUTPUT
public static final TaxRate.TaxTypeEnum ESN33OUTPUT
public static final TaxRate.TaxTypeEnum IGDSINPUT2
public static final TaxRate.TaxTypeEnum IMINPUT2
public static final TaxRate.TaxTypeEnum MEINPUT
public static final TaxRate.TaxTypeEnum NRINPUT
public static final TaxRate.TaxTypeEnum OPINPUT
public static final TaxRate.TaxTypeEnum OSOUTPUT
public static final TaxRate.TaxTypeEnum TXESSINPUT
public static final TaxRate.TaxTypeEnum TXN33INPUT
public static final TaxRate.TaxTypeEnum TXPETINPUT
public static final TaxRate.TaxTypeEnum TXREINPUT
public static final TaxRate.TaxTypeEnum INPUT3
public static final TaxRate.TaxTypeEnum INPUT4
public static final TaxRate.TaxTypeEnum OUTPUT3
public static final TaxRate.TaxTypeEnum OUTPUT4
public static final TaxRate.TaxTypeEnum SROUTPUT2
public static TaxRate.TaxTypeEnum[] values()
for (TaxRate.TaxTypeEnum c : TaxRate.TaxTypeEnum.values()) System.out.println(c);
public static TaxRate.TaxTypeEnum 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.TaxTypeEnum>public static TaxRate.TaxTypeEnum fromValue(String text)
Copyright © 2018. All rights reserved.