Uses of Class
pops.ale.codec.UnsignedBigInt

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

Uses of UnsignedBigInt in pops.ale.codec
 

Methods in pops.ale.codec with parameters of type UnsignedBigInt
static int UnsignedBigInt.compare(UnsignedBigInt arg1, UnsignedBigInt arg2)
          Comparison of two numbers.
 boolean UnsignedBigInt.equal(UnsignedBigInt val)
          Equal method
 boolean UnsignedBigInt.greaterEqThan(UnsignedBigInt val)
          Greater or Equal Than.
 boolean UnsignedBigInt.greaterThan(UnsignedBigInt val)
          Greater Than.
 boolean UnsignedBigInt.lessEqThan(UnsignedBigInt val)
          Less or Equal Than.
 boolean UnsignedBigInt.lessThan(UnsignedBigInt val)
          Less Than.
 void UnsignedBigInt.setData(UnsignedBigInt val)
          Copies the given array for processing.
 

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

Fields in pops.ale.epc.spec.grouping declared as UnsignedBigInt
protected  UnsignedBigInt[] Epc.uriFields
          This array holds wrappers for manipulating uri fields as numbers on more than 64 bits if necessary.
 

Methods in pops.ale.epc.spec.grouping that return UnsignedBigInt
 UnsignedBigInt Sgtin96.getField(int index)
           
abstract  UnsignedBigInt Epc.getField(int index)
          To be implemented by children.
 UnsignedBigInt Sgln96.getField(int index)