Sequenced Tray
Defined in package com.scandit.datacapture.barcode.sequence.data
- SequencedTray
class SequencedTrayAdded in version 8.0.0
A tray within a shelf sequencing context containing sequenced barcodes.
Represents a tray that has been processed as part of shelf sequencing operations. This class provides access to the collection of barcodes contained within the tray along with the tray’s positional order on the shelf.
- orderOnShelf
intgetOrderOnShelf()Added in version 8.0.0
The positional order of this tray on its associated shelf. This value indicates the sequence position of the tray relative to other trays on the same shelf.
- barcodes
@NonNull List<@NonNull SequencedBarcode> getBarcodes()
Added in version 8.0.0
The collection of sequenced barcodes contained within this tray. Each barcode includes its own positional information relative to other barcodes in the tray.
Note
This class cannot be instantiated directly. Instances are provided through shelf sequencing operations.