Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.globalretailtech.pos.operators
Interface CheckDigit  view CheckDigit download CheckDigit.java

All Known Implementing Classes:
Mod10

public interface CheckDigit

Interface for check digit calculations.


Method Summary
 int apply(java.lang.String number)
          Apply this calculation
 java.lang.String toString()
          Print a description of the checkdigit algorithm
 

Method Detail

apply

public int apply(java.lang.String number)
Apply this calculation


toString

public java.lang.String toString()
Print a description of the checkdigit algorithm