Sequenced Shelf Module

Defined in package com.scandit.datacapture.barcode.sequence.data

SequencedShelfModule
class SequencedShelfModule

Added in version 8.0.0

A shelf module within a sequencing context containing organized trays.

Represents a shelf module that has been processed as part of shelf sequencing operations. This class provides access to the collection of trays that make up the shelf module, with each tray containing its own sequenced barcodes.

trays
@NonNull List<@NonNull SequencedTray> getTrays()

Added in version 8.0.0

The collection of sequenced trays contained within this shelf module. Each tray includes its own positional information and collection of sequenced barcodes.

Note

This class cannot be instantiated directly. Instances are provided through shelf sequencing operations.