public interface ScanNumber
| Modifier and Type | Field and Description |
|---|---|
static ScanNumber |
SCAN_NUMBER_UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ScanNumber scanNumber)
Return true if this scan number contains the
scanNumber, false otherwise |
int |
getMaxScanNumber()
Return the largest scan number
|
int |
getMinScanNumber()
Return the smallest scan number
|
int |
getValue()
Return the scan number.
|
static final ScanNumber SCAN_NUMBER_UNKNOWN
int getValue()
int getMinScanNumber()
int getMaxScanNumber()
boolean contains(ScanNumber scanNumber)
scanNumber, false otherwisescanNumber - the scan number to testscanNumber, false otherwiseCopyright © 2016. All Rights Reserved.