|
|||||||||
| Home >> All >> com >> globalretailtech >> pos >> [ operators overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.globalretailtech.pos.operators
Interface CheckDigit

- 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
|
|||||||||
| Home >> All >> com >> globalretailtech >> pos >> [ operators overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC