Package org.hibernate.validator.cfg.defs
Class Mod11CheckDef
- java.lang.Object
-
- org.hibernate.validator.cfg.AnnotationDef<C,A>
-
- org.hibernate.validator.cfg.ConstraintDef<Mod11CheckDef,Mod11Check>
-
- org.hibernate.validator.cfg.defs.Mod11CheckDef
-
public class Mod11CheckDef extends ConstraintDef<Mod11CheckDef,Mod11Check>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description Mod11CheckDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mod11CheckDefcheckDigitIndex(int checkDigitIndex)Mod11CheckDefendIndex(int endIndex)Mod11CheckDefignoreNonDigitCharacters(boolean ignoreNonDigitCharacters)Mod11CheckDefprocessingDirection(Mod11Check.ProcessingDirection processingDirection)Mod11CheckDefstartIndex(int startIndex)Mod11CheckDefthreshold(int threshold)Mod11CheckDeftreatCheck10As(char treatCheck10As)Mod11CheckDeftreatCheck11As(char treatCheck11As)-
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
groups, message, payload
-
Methods inherited from class org.hibernate.validator.cfg.AnnotationDef
addAnnotationAsParameter, addParameter, toString
-
-
-
-
Method Detail
-
threshold
public Mod11CheckDef threshold(int threshold)
-
startIndex
public Mod11CheckDef startIndex(int startIndex)
-
endIndex
public Mod11CheckDef endIndex(int endIndex)
-
checkDigitIndex
public Mod11CheckDef checkDigitIndex(int checkDigitIndex)
-
ignoreNonDigitCharacters
public Mod11CheckDef ignoreNonDigitCharacters(boolean ignoreNonDigitCharacters)
-
treatCheck10As
public Mod11CheckDef treatCheck10As(char treatCheck10As)
-
treatCheck11As
public Mod11CheckDef treatCheck11As(char treatCheck11As)
-
processingDirection
public Mod11CheckDef processingDirection(Mod11Check.ProcessingDirection processingDirection)
-
-