Package io.scanbot.sdk.barcode
Object BarcodeFormats.Companion
-
- All Implemented Interfaces:
public class BarcodeFormats.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final List<BarcodeFormat>
oned
private final List<BarcodeFormat>
twod
private final List<BarcodeFormat>
postal
private final List<BarcodeFormat>
pharma
private final List<BarcodeFormat>
common
private final List<BarcodeFormat>
all
public final static BarcodeFormats.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final List<BarcodeFormat>
getOned()
List of 1D barcode formats. final List<BarcodeFormat>
getTwod()
List of 2D barcode formats. final List<BarcodeFormat>
getPostal()
List of postal barcode formats. final List<BarcodeFormat>
getPharma()
List of pharmaceutical barcode formats. final List<BarcodeFormat>
getCommon()
List of common barcode formats. final List<BarcodeFormat>
getAll()
List of all barcode formats.
-
-
-
Method Detail
-
getOned
final List<BarcodeFormat> getOned()
List of 1D barcode formats.
-
getTwod
final List<BarcodeFormat> getTwod()
List of 2D barcode formats.
-
getPostal
final List<BarcodeFormat> getPostal()
List of postal barcode formats.
-
getPharma
final List<BarcodeFormat> getPharma()
List of pharmaceutical barcode formats.
-
getCommon
final List<BarcodeFormat> getCommon()
List of common barcode formats.
-
getAll
final List<BarcodeFormat> getAll()
List of all barcode formats.
-
-