Class BarcodeExtractor.BarcodeMatch

  • Enclosing class:
    BarcodeExtractor

    public static class BarcodeExtractor.BarcodeMatch
    extends Object
    Utility class to hang onto data about the best match for a given barcode
    • Constructor Detail

      • BarcodeMatch

        public BarcodeMatch()
    • Method Detail

      • isMatched

        public boolean isMatched()
      • getBarcode

        public String getBarcode()
      • getMismatches

        public int getMismatches()
      • getMismatchesToSecondBest

        public int getMismatchesToSecondBest()