public class LanguageCode extends CodeValidation
| Constructor | Description |
|---|---|
LanguageCode() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isValid(java.lang.String code) |
The code list provided with the ZUGFeRD standard only lists four codes:
de, fr, en, and es.
|
check, isLowercase, isNumeric, isUppercasepublic boolean isValid(java.lang.String code)
isValid in class CodeValidationcode - the code to be testedCopyright © 1998–2018. All rights reserved.