Package org.apache.bval.extras.constraints.checkdigit

This package contains Check Digit validation routines.

See:
          Description

Class Summary
ABANumberValidator Modulus 10 ABA Number (or Routing Transit Number (RTN)) Check Digit calculation/validation.
CUSIPValidator Modulus 10 CUSIP (North American Securities) Check Digit calculation/validation.
EAN13Validator Modulus 10 EAN-13 / UPC / ISBN-13 Check Digit calculation/validation.
IBANValidator IBAN (International Bank Account Number) Check Digit calculation/validation.
ISBN10Validator Modulus 11 ISBN-10 Check Digit calculation/validation.
LuhnValidator Modulus 10 Luhn Check Digit calculation/validation.
ModulusValidator<A extends Annotation> Abstract Modulus Check digit calculation/validation.
SedolValidator Modulus 10 SEDOL (UK Securities) Check Digit calculation/validation.
VerhoeffValidator Verhoeff (Dihedral) Check Digit calculation/validation.
 

Annotation Types Summary
ABANumber -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
CUSIP -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
EAN13 -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
IBAN -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
ISBN10 -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
Luhn -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
Sedol -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
Verhoeff -- TODO - This class is NOT part of the bean_validation spec and might disappear as soon as a final version of the specification contains a similar functionality.
 

Package org.apache.bval.extras.constraints.checkdigit Description

This package contains Check Digit validation routines.



Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.