C G N V 
All Classes All Packages

C

com.s24.gs1 - package com.s24.gs1
 

G

GtinNormalizer - Class in com.s24.gs1
Removes non-digit characters from a GTIN and adds leading zeros to GTINs according to the specified target length.
GtinNormalizer(int) - Constructor for class com.s24.gs1.GtinNormalizer
Creates a new GTIN normalizer.
GtinValidator - Class in com.s24.gs1
Checks, whether a GTIN is valid or not.
GtinValidator(CharSequence) - Constructor for class com.s24.gs1.GtinValidator
 

N

normalize(CharSequence) - Method in class com.s24.gs1.GtinNormalizer
Adds leading zeros to a GTIN value.

V

validate() - Method in class com.s24.gs1.GtinValidator
Validates the GTIN input string.
C G N V 
All Classes All Packages