Uses of Class
pops.ale.codec.EncScheme

Packages that use EncScheme
pops.ale.codec   
pops.ale.epc.spec.grouping   
 

Uses of EncScheme in pops.ale.codec
 

Fields in pops.ale.codec declared as EncScheme
static EncScheme EncScheme.SGLN
           
static EncScheme EncScheme.SGLN_96
           
static EncScheme EncScheme.SGTIN
           
static EncScheme EncScheme.SGTIN_96
           
 

Methods in pops.ale.codec that return EncScheme
static EncScheme EpcCodec.getEncodingScheme(byte[] tagData)
          Validates and decodes header.
static EncScheme EncScheme.getScheme(java.lang.String scheme)
           
 

Methods in pops.ale.codec with parameters of type EncScheme
 boolean EncScheme.equals(EncScheme aPatternEncScheme, boolean isPattern)
          equals implementation.
 

Uses of EncScheme in pops.ale.epc.spec.grouping
 

Fields in pops.ale.epc.spec.grouping declared as EncScheme
protected  EncScheme Epc.type
           
 

Methods in pops.ale.epc.spec.grouping that return EncScheme
 EncScheme GroupPattern.getType()
           
 EncScheme Epc.getType()