public class CurrencyCode extends CodeValidation
Constructor | Description |
---|---|
CurrencyCode() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
isValid(java.lang.String code) |
The code list provided with the ZUGFeRD standard only lists four codes:
EUR, USD, GBP and COP.
|
check, isLowercase, isNumeric, isUppercase
public boolean isValid(java.lang.String code)
isValid
in class CodeValidation
code
- the code to be testedCopyright © 1998–2018. All rights reserved.