public class CountryCode extends CodeValidation
Constructor and Description |
---|
CountryCode() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(String code)
The code list provided with the ZUGFeRD standard only lists four codes: DE, FR, IT, and CN.
|
check, isLowercase, isNumeric, isUppercase
public boolean isValid(String code)
isValid
in class CodeValidation
code
- the code to be tested
Copyright © 2016. All rights reserved.