public class Mod11CheckDef extends ConstraintDef<Mod11CheckDef,Mod11Check>
constraintType, parameters
Constructor and Description |
---|
Mod11CheckDef() |
Modifier and Type | Method and Description |
---|---|
Mod11CheckDef |
checkDigitIndex(int checkDigitIndex) |
Mod11CheckDef |
endIndex(int endIndex) |
Mod11CheckDef |
ignoreNonDigitCharacters(boolean ignoreNonDigitCharacters) |
Mod11CheckDef |
processingDirection(Mod11Check.ProcessingDirection processingDirection) |
Mod11CheckDef |
startIndex(int startIndex) |
Mod11CheckDef |
threshold(int threshold) |
Mod11CheckDef |
treatCheck10As(char treatCheck10As) |
Mod11CheckDef |
treatCheck11As(char treatCheck11As) |
addParameter, groups, message, payload, toString
public Mod11CheckDef threshold(int threshold)
public Mod11CheckDef startIndex(int startIndex)
public Mod11CheckDef endIndex(int endIndex)
public Mod11CheckDef checkDigitIndex(int checkDigitIndex)
public Mod11CheckDef ignoreNonDigitCharacters(boolean ignoreNonDigitCharacters)
public Mod11CheckDef treatCheck10As(char treatCheck10As)
public Mod11CheckDef treatCheck11As(char treatCheck11As)
public Mod11CheckDef processingDirection(Mod11Check.ProcessingDirection processingDirection)
Copyright © 2017 JBoss by Red Hat. All rights reserved.