Class PaymentMeansCode
java.lang.Object
com.itextpdf.text.zugferd.checkers.CodeValidation
com.itextpdf.text.zugferd.checkers.comfort.PaymentMeansCode
Class that can be used to check if a payment means 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
-
NOT_DEFINED
- See Also:
-
AUTOMATED_CLEARING_HOUSE
- See Also:
-
CASH
- See Also:
-
CHEQUE
- See Also:
-
DEBIT_TRANSFER
- See Also:
-
PAYMENT_TO_BANK_ACCOUNT
- See Also:
-
BANK_CARD
- See Also:
-
DIRECT_DEBIT
- See Also:
-
CLEARING
- See Also:
-
-
Constructor Details
-
PaymentMeansCode
public PaymentMeansCode()
-
-
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
-