Enum FormTypeId
- All Implemented Interfaces:
Serializable,Comparable<FormTypeId>,java.lang.constant.Constable
A list of possible AvaFile Form Types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes the form type is Consumer Use Tax onlyDenotes the form type is Lodging Tax onlyDenotes the form type is PrepaymentDenotes the form type is Prepayment AllowanceDenotes the form type is Resort and Rental TaxDenotes the form type is Sales Tax onlyDenotes the form type is Sales and Lodging TaxDenotes the form type is Sales and Use TaxDenotes the form type is Sellers Use Tax onlyDenotes the form type is Tourist and Rental Tax -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()static FormTypeIdvalueOf(int intValue) Returns the enum constant of this type with the specified name.static FormTypeIdReturns the enum constant of this type with the specified name.static FormTypeId[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SalesAndUse
Denotes the form type is Sales and Use Tax -
Sales
Denotes the form type is Sales Tax only -
SellersUse
Denotes the form type is Sellers Use Tax only -
Lodging
Denotes the form type is Lodging Tax only -
SalesAndLodging
Denotes the form type is Sales and Lodging Tax -
ConsumerUse
Denotes the form type is Consumer Use Tax only -
ResortAndRental
Denotes the form type is Resort and Rental Tax -
TouristAndRental
Denotes the form type is Tourist and Rental Tax -
Prepayment
Denotes the form type is Prepayment -
PrepaymentAllowed
Denotes the form type is Prepayment Allowance
-
-
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()
-