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