Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ALPHABETIC - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
Alphabetic character set used for hybrid ISO/IEC 7064, MOD 27,26 and for pure ISO/IEC 7064, MOD 661-26 check digit.
- ALPHANUMERIC - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
Alphanumeric character set used for hybrid ISO/IEC 7064, MOD 37,36 and for pure ISO/IEC 7064, MOD 1271-36 check digit.
- ALPHANUMERIC_PLUS_STAR - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
Character set used for pure ISO/IEC 7064, MOD 37-2 check digit is alphanumeric or '*'.
C
- calculate(String) - Method in interface org.apache.commons.validator.routines.checkdigit.CheckDigit
-
Calculates the Check Digit for a code.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.IBANCheckDigit
-
Calculate the Check Digit for an IBAN code.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PurePolynomialSystem
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure97System
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.Modulus97CheckDigit
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidBECheckDigit
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidELCheckDigit
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidFICheckDigit
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculateModulus(String, boolean) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
-
Calculate the modulus for a code.
- calculateModulus(String, boolean) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PurePolynomialSystem
-
Calculate the modulus for a code.
- calculateModulus(String, boolean) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
- calculateModulus(String, boolean) - Method in class org.apache.commons.validator.routines.checkdigit.Modulus97CheckDigit
- calculateModulus(String, boolean) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Calculate the modulus for a code.
- CheckDigit - Interface in org.apache.commons.validator.routines.checkdigit
-
Check Digit calculation and validation.
- CheckDigitException - Exception in org.apache.commons.validator.routines.checkdigit
-
Check Digit calculation/validation error.
- CheckDigitException() - Constructor for exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Constructs an Exception with no message.
- CheckDigitException(String) - Constructor for exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Constructs an Exception with a message.
- CheckDigitException(String, Throwable) - Constructor for exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Constructs an Exception with a message and the underlying cause.
- CodeValidator - Class in org.apache.commons.validator.routines
-
Generic Code Validation providing format, minimum/maximum length and
CheckDigit
validations. - CodeValidator(String, int, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Constructs a code validator with a specified regular expression, minimum/maximum length and
CheckDigit
validation. - CodeValidator(String, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Constructs a code validator with a specified regular expression, length and
CheckDigit
. - CodeValidator(String, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Constructs a code validator with a specified regular expression and
CheckDigit
. - CodeValidator(RegexValidator, int, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Constructs a code validator with a specified regular expression validator, minimum/maximum length and
CheckDigit
validation. - CodeValidator(RegexValidator, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Constructs a code validator with a specified regular expression, validator, length and
CheckDigit
validation. - CodeValidator(RegexValidator, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Constructs a code validator with a specified regular expression, validator and
CheckDigit
validation.
E
- Example - Class in Unnamed Package
- Example() - Constructor for class Example
F
- formatByte(String) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a byte primitive.
- formatByte(String, Locale) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a byte primitive.
- formatDate(String, String, boolean) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the field is a valid date.
- formatDate(String, Locale) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the field is a valid date.
- formatDouble(String) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a double primitive.
- formatDouble(String, Locale) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a double primitive.
- formatFloat(String) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a float primitive.
- formatFloat(String, Locale) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a float primitive.
- formatInt(String) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a int primitive.
- formatInt(String, Locale) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to an int primitive.
- formatLong(String) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a long primitive.
- formatLong(String, Locale) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a long primitive.
- formatShort(String) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a short primitive.
- formatShort(String, Locale) - Static method in class org.apache.commons.validator.GenericTypeValidator
-
Checks if the value can safely be converted to a short primitive.
G
- GenericTypeValidator - Class in org.apache.commons.validator
-
This class contains basic methods for performing validations that return the correctly typed class based on the validation performed.
- GenericTypeValidator() - Constructor for class org.apache.commons.validator.GenericTypeValidator
- GenericValidator - Class in org.apache.commons.validator
-
This class contains basic methods for performing validations.
- GenericValidator() - Constructor for class org.apache.commons.validator.GenericValidator
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
-
The character set of the item to be protected.
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
-
MOD 11-2 check characters are “0” to “9” plus “X” for example.
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecHybrid1110System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecHybrid2726System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecHybrid3736System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial11System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial1271System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial37System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial661System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial97System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure11System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure1271System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure37System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure661System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure97System
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.Modulus97CheckDigit
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.VATidELCheckDigit
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.VATidFICheckDigit
- getCharacterSet() - Method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
- getCheckDigit() - Method in class org.apache.commons.validator.routines.CodeValidator
-
Gets the check digit validation routine.
- getCheckdigitLength() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
-
Returns the lentgth of the check digit for the system
- getCheckdigitLength() - Method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IBANCheckDigit
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecHybrid1110System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecHybrid2726System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecHybrid3736System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial11System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial1271System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial37System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial661System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial97System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure11System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure1271System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure37System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure661System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure97System
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.Modulus97CheckDigit
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.VATidBECheckDigit
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.VATidELCheckDigit
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.VATidFICheckDigit
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
-
Gets the singleton instance of this validator.
- getInstance() - Static method in class org.apache.commons.validator.routines.LeitwegValidator
-
Return a singleton instance of the validator using the default formats
- getInstance() - Static method in class org.apache.commons.validator.routines.LEIValidator
-
Return a singleton instance of the validator using the default formats
- getMaxLength() - Method in class org.apache.commons.validator.routines.CodeValidator
-
Gets the maximum length of the code.
- getMinLength() - Method in class org.apache.commons.validator.routines.CodeValidator
-
Gets the minimum length of the code.
- getModulus() - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Gets the modulus value this check digit routine is based on.
- getPatterns() - Method in class org.apache.commons.validator.routines.RegexValidator
-
Gets a copy of the Patterns.
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
-
Radix is the second number following “MOD” in the ISO/IEC designation, f.i. 2 for "MOD 11-2"
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial11System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial1271System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial37System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial661System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial97System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure11System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure1271System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure37System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure661System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure97System
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.Modulus97CheckDigit
- getRadix() - Method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
- getRegexValidator() - Method in class org.apache.commons.validator.routines.CodeValidator
-
Gets the regular expression validator.
- getWeightings() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PurePolynomialSystem
-
Gets precomputed weights.
- getWeightings() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial11System
- getWeightings() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial1271System
- getWeightings() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial37System
- getWeightings() - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial97System
I
- IBANCheckDigit - Class in org.apache.commons.validator.routines.checkdigit
-
IBAN (International Bank Account Number) Check Digit calculation/validation.
- IBANCheckDigit() - Constructor for class org.apache.commons.validator.routines.checkdigit.IBANCheckDigit
- invalidCharacter(char) - Static method in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Convenient message text "Invalid Character [character]" without pos
- invalidCharacter(char, int) - Static method in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Convenient message text "Invalid Character [character] at pos [atPos]"
- invalidCharacter(String) - Static method in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Convenient message text "Invalid Character [character]"
- invalidCode(String) - Static method in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Convenient message text "Invalid code [invalidCode]." with no additional information
- invalidCode(String, String) - Static method in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Convenient message text "Invalid code [invalidCode], additional information", f.i.
- isBlankOrNull(String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the field isn't null and length of the field is greater than zero not including whitespace.
- isByte(String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value can safely be converted to a byte primitive.
- isDouble(String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value can safely be converted to a double primitive.
- isFloat(String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value can safely be converted to a float primitive.
- isInRange(byte, byte, byte) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if a value is within a range (min & max specified in the vars attribute).
- isInRange(double, double, double) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if a value is within a range (min & max specified in the vars attribute).
- isInRange(float, float, float) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if a value is within a range (min & max specified in the vars attribute).
- isInRange(int, int, int) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if a value is within a range (min & max specified in the vars attribute).
- isInRange(long, long, long) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if a value is within a range (min & max specified in the vars attribute).
- isInRange(short, short, short) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if a value is within a range (min & max specified in the vars attribute).
- isInt(String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value can safely be converted to a int primitive.
- isLong(String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value can safely be converted to a long primitive.
- IsoIec7064HybridSystem - Class in org.apache.commons.validator.routines.checkdigit
-
Abstract Hybrid check digit calculation/validation according to ISO/IEC 7064.
- IsoIec7064PurePolynomialSystem - Class in org.apache.commons.validator.routines.checkdigit
-
TODO comment
- IsoIec7064PureSystem - Class in org.apache.commons.validator.routines.checkdigit
-
Abstract implementation for five check digit calculation/validation defined in the ISO/IEC 7064 standard.
- IsoIecConstants - Interface in org.apache.commons.validator.routines.checkdigit
-
A collection of constants generally used for ISO/IEC 7064 check digit calculation/validation.
- IsoIecHybrid1110System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 11,10 check digit calculation/validation.
- IsoIecHybrid2726System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 27,26 check digit calculation/validation.
- IsoIecHybrid3736System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 37,36 check digit calculation/validation.
- IsoIecPolynomial11System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 11-2 polynomial check digit calculation/validation.
- IsoIecPolynomial1271System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 1271-36 polynomial check digit calculation/validation.
- IsoIecPolynomial37System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 37-2 polynomial check digit calculation/validation.
- IsoIecPolynomial661System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 661-26 polynomial check digit calculation/validation.
- IsoIecPolynomial97System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 97-10 polynomial check digit calculation/validation.
- IsoIecPure11System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 11-2 check digit calculation/validation.
- IsoIecPure1271System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 1271-36 check digit calculation/validation.
- IsoIecPure37System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 37-2 check digit calculation/validation.
- IsoIecPure661System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 661-26 check digit calculation/validation.
- IsoIecPure97System - Class in org.apache.commons.validator.routines.checkdigit
-
Implements ISO/IEC 7064, MOD 97-10 check digit calculation/validation.
- isShort(String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value can safely be converted to a short primitive.
- isValid(String) - Method in interface org.apache.commons.validator.routines.checkdigit.CheckDigit
-
Validates the check digit for the code.
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.IBANCheckDigit
-
Validate the check digit of an IBAN code.
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
-
Validate a modulus check digit for a code.
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.Modulus97CheckDigit
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Validate a modulus check digit for a code.
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidBECheckDigit
-
Validate a modulus check digit for a code.
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidELCheckDigit
-
Validate a modulus check digit for a code.
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidFICheckDigit
-
Validate a modulus check digit for a code.
- isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
-
Validate a modulus check digit for a code.
- isValid(String) - Method in class org.apache.commons.validator.routines.CodeValidator
-
Validate the code returning either
true
orfalse
. - isValid(String) - Method in class org.apache.commons.validator.routines.LeitwegValidator
-
Validate a Leitweg-ID
- isValid(String) - Method in class org.apache.commons.validator.routines.LEIValidator
-
Validate a LEI
- isValid(String) - Method in class org.apache.commons.validator.routines.RegexValidator
-
Validates a value against the set of regular expressions.
L
- LeitwegValidator - Class in org.apache.commons.validator.routines
-
Leitweg Validator.
- LeitwegValidator() - Constructor for class org.apache.commons.validator.routines.LeitwegValidator
- LEIValidator - Class in org.apache.commons.validator.routines
-
LEI (Legal Entity Identifier) Validator.
- LEIValidator() - Constructor for class org.apache.commons.validator.routines.LEIValidator
- log - Static variable in class Example
M
- main(String[]) - Static method in class Example
- match(String) - Method in class org.apache.commons.validator.routines.RegexValidator
-
Validates a value against the set of regular expressions returning the array of matched groups.
- matchRegexp(String, String) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value matches the regular expression.
- maxLength(String, int) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value's length is less than or equal to the max.
- maxLength(String, int, int) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value's adjusted length is less than or equal to the max.
- maxValue(double, double) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is less than or equal to the max.
- maxValue(float, float) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is less than or equal to the max.
- maxValue(int, int) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is less than or equal to the max.
- maxValue(long, long) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is less than or equal to the max.
- minLength(String, int) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value's length is greater than or equal to the min.
- minLength(String, int, int) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value's adjusted length is greater than or equal to the min.
- minValue(double, double) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is greater than or equal to the min.
- minValue(float, float) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is greater than or equal to the min.
- minValue(int, int) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is greater than or equal to the min.
- minValue(long, long) - Static method in class org.apache.commons.validator.GenericValidator
-
Checks if the value is greater than or equal to the min.
- MISSING_CODE - Static variable in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Common message text when code is Null or empty
- MODULUS_1271 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The modulus used for pure ISO/IEC 7064, MOD 1271-36.
- MODULUS_37 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The modulus used for pure ISO/IEC 7064, MOD 37-2.
- MODULUS_661 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The modulus used for pure ISO/IEC 7064, MOD 661-26.
- MODULUS_97 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The modulus used for pure ISO/IEC 7064, MOD 97-10.
- Modulus97CheckDigit - Class in org.apache.commons.validator.routines.checkdigit
-
MOD 97-10 module similar to ISO/IEC 7064, MOD 97-10.
- ModulusCheckDigit - Class in org.apache.commons.validator.routines.checkdigit
-
Abstract Modulus Check digit calculation/validation.
- ModulusCheckDigit(int) - Constructor for class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Constructs a
CheckDigit
routine for a specified modulus.
N
- NUMERIC - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
Numeric character set used for hybrid ISO/IEC 7064, MOD 11,10 and for pure ISO/IEC 7064, MOD 97-10 check digit.
- NUMERIC_PLUS_X - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
Character set used for pure ISO/IEC 7064, MOD 11-2 check digit is numeric or 'X'.
O
- org.apache.commons.validator - package org.apache.commons.validator
-
The Validator package provides validation for JavaBeans based on an xml file.
- org.apache.commons.validator.routines - package org.apache.commons.validator.routines
-
This package contains independent validation routines.
- org.apache.commons.validator.routines.checkdigit - package org.apache.commons.validator.routines.checkdigit
-
This package contains Check Digit validation/calculation routines.
R
- RADIX_10 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The radix used for pure ISO/IEC 7064, MOD 97-10.
- RADIX_2 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The radix used for pure ISO/IEC 7064, MOD 11-2 and ISO/IEC 7064, MOD 37-2.
- RADIX_26 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The radix used for pure ISO/IEC 7064, MOD 661-26.
- RADIX_36 - Static variable in interface org.apache.commons.validator.routines.checkdigit.IsoIecConstants
-
The radix used for pure ISO/IEC 7064, MOD 1271-36.
- RegexValidator - Class in org.apache.commons.validator.routines
-
Regular Expression validation (using the JRE's regular expression support).
- RegexValidator(String) - Constructor for class org.apache.commons.validator.routines.RegexValidator
-
Constructs a new case sensitive instance for a single regular expression.
- RegexValidator(String...) - Constructor for class org.apache.commons.validator.routines.RegexValidator
-
Constructs a new case sensitive instance that matches any one in the array of regular expressions.
- RegexValidator(String[], boolean) - Constructor for class org.apache.commons.validator.routines.RegexValidator
-
Constructs a new instance that matches any one of the set of regular expressions with the specified case sensitivity.
- RegexValidator(String, boolean) - Constructor for class org.apache.commons.validator.routines.RegexValidator
-
Constructs a new instance for a single regular expression with the specified case sensitivity.
S
- START_WITH_INVALID - Static variable in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Common prefix for messages, f.i.
- sumDigits(int) - Static method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Add together the individual digits in a number.
T
- toCheckDigit(int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
- toCheckDigit(int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
- toCheckDigit(int) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Convert an integer value to a check digit.
- toCheckDigit(int) - Method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
-
Convert a character at a specified position to an integer value.
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
-
Convert a character at a specified position to an integer value.
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial11System
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPolynomial37System
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure11System
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIecPure37System
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.Modulus97CheckDigit
- toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Convert a character at a specified position to an integer value.
- toString() - Method in class org.apache.commons.validator.routines.RegexValidator
-
Provides a String representation of this validator.
V
- validate(String) - Method in class org.apache.commons.validator.routines.CodeValidator
-
Validate the code returning either the valid code or
null
if invalid. - validate(String) - Method in class org.apache.commons.validator.routines.LeitwegValidator
-
Check the id is a valid MOD 97-10 id.
- validate(String) - Method in class org.apache.commons.validator.routines.RegexValidator
-
Validates a value against the set of regular expressions returning a String value of the aggregated groups.
- VATidBECheckDigit - Class in org.apache.commons.validator.routines.checkdigit
-
Belgian VAT identification number (VATIN) Check Digit calculation/validation.
- VATidBECheckDigit() - Constructor for class org.apache.commons.validator.routines.checkdigit.VATidBECheckDigit
- VATidELCheckDigit - Class in org.apache.commons.validator.routines.checkdigit
-
Greek VAT identification number (VATIN) Check Digit calculation/validation.
- VATidELCheckDigit() - Constructor for class org.apache.commons.validator.routines.checkdigit.VATidELCheckDigit
- VATidFICheckDigit - Class in org.apache.commons.validator.routines.checkdigit
-
Finnish VAT identification number (VATIN) Check Digit calculation/validation.
- VATidFICheckDigit() - Constructor for class org.apache.commons.validator.routines.checkdigit.VATidFICheckDigit
- VATidGBCheckDigit - Class in org.apache.commons.validator.routines.checkdigit
-
United Kingdom value added tax registration number
W
- weightedValue(int, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064HybridSystem
-
Calculates the weighted value of a character in the code at a specified position.
- weightedValue(int, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PurePolynomialSystem
- weightedValue(int, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.IsoIec7064PureSystem
-
Calculates the weighted value of a character in the code at a specified position.
- weightedValue(int, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Calculates the weighted value of a character in the code at a specified position.
- weightedValue(int, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.VATidGBCheckDigit
-
Calculates the weighted value of a character in the code at a specified position.
Z
- ZERO_SUM - Static variable in exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Common message text when code sum is zero
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form