Uses of Interface
org.fosstrak.capturingapp.util.Util.EPCSelector

Packages that use Util.EPCSelector
org.fosstrak.capturingapp.util   
 

Uses of Util.EPCSelector in org.fosstrak.capturingapp.util
 

Fields in org.fosstrak.capturingapp.util declared as Util.EPCSelector
static Util.EPCSelector Util.DEFAULT_SELECTOR
          the default selector.
static Util.EPCSelector Util.selectEPC
          selector that returns the epc .
static Util.EPCSelector Util.selectRawDecimal
          selector that returns the raw decimal.
static Util.EPCSelector Util.selectRawHex
          selector that returns the raw hex.
static Util.EPCSelector Util.selectTag
          selector that returns the tag.
 

Methods in org.fosstrak.capturingapp.util with parameters of type Util.EPCSelector
static java.util.List<org.fosstrak.ale.xsd.epcglobal.EPC> Util.extractEPC(Util.EPCSelector selector, org.fosstrak.ale.xsd.ale.epcglobal.ECReport report)
          extracts EPC values from the report. when the selector is set to null, then the default selector will be chosen.
static java.util.List<org.fosstrak.ale.xsd.epcglobal.EPC> Util.extractEPC(Util.EPCSelector selector, org.fosstrak.ale.xsd.ale.epcglobal.ECReports reports)
          extracts EPC values from the reports. when the selector is set to null, then the default selector will be chosen.
 



Copyright © 2009. All Rights Reserved.