Enum TaxNoticeFilingTypeId
- All Implemented Interfaces:
Serializable,Comparable<TaxNoticeFilingTypeId>,java.lang.constant.Constable
A list of possible AvaFile filing types for tax notices.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes a cert capture returnDenotes a return is paid via EFT and filed on paper without payment.Denotes the tax return is being filed via electronic means; excludes SST electronic filing.Denotes the tax return was manually filed via paperDenotes the tax return is being filed on paper.Denotes the tax return that was not filed.Denotes the tax return is an SST filing.Denotes a signature ready returnDenotes the tax return is a Trudsfile-EDI filing.Denotes the tax return is an uploaded file. -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()static TaxNoticeFilingTypeIdvalueOf(int intValue) Returns the enum constant of this type with the specified name.static TaxNoticeFilingTypeIdReturns 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.
-
Enum Constant Details
-
ElectronicReturn
Denotes the tax return is being filed via electronic means; excludes SST electronic filing. -
PaperReturn
Denotes the tax return is being filed on paper. -
ReturnNotFiled
Denotes the tax return that was not filed. -
EFTPaper
Denotes a return is paid via EFT and filed on paper without payment. -
SER
Denotes the tax return is an SST filing. -
TrustfileEdi
Denotes the tax return is a Trudsfile-EDI filing. -
UploadFile
Denotes the tax return is an uploaded file. -
PaperManual
Denotes the tax return was manually filed via paper -
CertCapture
Denotes a cert capture return -
SignatureReady
Denotes a signature ready return
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
intValue- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()
-