public enum TaxNoticeFilingTypeId extends java.lang.Enum<TaxNoticeFilingTypeId>
| Enum Constant and Description |
|---|
CertCapture
Denotes a cert capture return
|
EFTPaper
Denotes a return is paid via EFT and filed on paper without payment.
|
ElectronicReturn
Denotes the tax return is being filed via electronic means; excludes SST electronic filing.
|
PaperManual
Denotes the tax return was manually filed via paper
|
PaperReturn
Denotes the tax return is being filed on paper.
|
ReturnNotFiled
Denotes the tax return that was not filed.
|
SER
Denotes the tax return is an SST filing.
|
SignatureReady
Denotes a signature ready return
|
TrustfileEdi
Denotes the tax return is a Trudsfile-EDI filing.
|
UploadFile
Denotes the tax return is an uploaded file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TaxNoticeFilingTypeId |
valueOf(int intValue) |
static TaxNoticeFilingTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaxNoticeFilingTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaxNoticeFilingTypeId ElectronicReturn
public static final TaxNoticeFilingTypeId PaperReturn
public static final TaxNoticeFilingTypeId ReturnNotFiled
public static final TaxNoticeFilingTypeId EFTPaper
public static final TaxNoticeFilingTypeId SER
public static final TaxNoticeFilingTypeId TrustfileEdi
public static final TaxNoticeFilingTypeId UploadFile
public static final TaxNoticeFilingTypeId PaperManual
public static final TaxNoticeFilingTypeId CertCapture
public static final TaxNoticeFilingTypeId SignatureReady
public static TaxNoticeFilingTypeId[] values()
for (TaxNoticeFilingTypeId c : TaxNoticeFilingTypeId.values()) System.out.println(c);
public static TaxNoticeFilingTypeId 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 TaxNoticeFilingTypeId valueOf(int intValue)
public int getValue()