Class TaxTypeCode
java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.basic.TaxTypeCode
Class that can be used to check if a tax type code is valid.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.text.zugferd.checkers.CodeValidation
check, isLowercase, isNumeric, isUppercase
-
Field Details
-
VALUE_ADDED_TAX
- See Also:
-
INSURANCE_TAX
- See Also:
-
TAX_ON_REPLACEMENT_PART
- See Also:
-
-
Constructor Details
-
TaxTypeCode
public TaxTypeCode()
-
-
Method Details
-
isValid
Description copied from class:CodeValidation
Checks if a specific code is valid.- Specified by:
isValid
in classCodeValidation
- Parameters:
code
- the value you want to check- Returns:
- true if the code is valid
-