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