public class TaxIDTypeCode extends CodeValidation
| Modifier and Type | Field and Description |
|---|---|
static String |
FISCAL_NUMBER |
static String |
VAT |
| Constructor and Description |
|---|
TaxIDTypeCode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String code)
Checks if a specific code is valid.
|
check, isLowercase, isNumeric, isUppercasepublic static final String VAT
public static final String FISCAL_NUMBER
public boolean isValid(String code)
CodeValidation
isValid in class CodeValidation
code - the value you want to check
Copyright © 1998–2017. All rights reserved.