Uses of Class
com.itextpdf.text.zugferd.checkers.CodeValidation
-
-
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers Modifier and Type Class Description class
NumberChecker
Provide a means to check if a String consist of characters from 0 to 9 and a decimal point in case a decimal is expected. -
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers.basic
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers.basic Modifier and Type Class Description class
CountryCode
Class that can be used to check if a country code is well-formed.class
CurrencyCode
Class that can be used to check if a currency code is well-formed.class
DateFormatCode
Class that can be used to check a code for a date format.class
DocumentTypeCode
Class that can be used to check if a document type code is valid for use in the context of a specific format.class
LanguageCode
Class that can be used to check if a language code is well-formed.class
MeasurementUnitCode
Class that can be used to check if a measurement unit code is valid.class
TaxIDTypeCode
Class that can be used to check if a tax ID type code is valid.class
TaxTypeCode
Class that can be used to check if a tax type code is valid. -
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers.comfort
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers.comfort Modifier and Type Class Description class
FreeTextSubjectCode
Class that can be used to check if a free text subject code is valid.class
GlobalIdentifierCode
Class that can be used to check if a global identifier code is well-formed.class
PaymentMeansCode
Class that can be used to check if a payment means code is valid.class
TaxCategoryCode
Class that can be used to check if a tax category code is valid. -
Uses of CodeValidation in com.itextpdf.text.zugferd.checkers.extended
Subclasses of CodeValidation in com.itextpdf.text.zugferd.checkers.extended Modifier and Type Class Description class
AdditionalReferencedDocumentsCode
Series of codes that can be used for additional referenced documents.class
AllowanceChargeReasonCode
Series of codes that can be used for allowance charge reasons.class
IncotermsCode
= Series of codes that can be used for incoterms.class
ProductClassificationSystemCode
= Series of codes that can be used for the product classification system.class
QuantityCode
Series of codes that can be used for quantities.class
TransportIdentificationCode
Series of codes that can be used for transport identification.class
TransportMeansCode
Series of codes that can be used for transport identification.
-