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>onedprivate final List<BarcodeFormat>twodprivate final List<BarcodeFormat>postalprivate final List<BarcodeFormat>pharmaprivate final List<BarcodeFormat>commonprivate final List<BarcodeFormat>allpublic final static BarcodeFormats.CompanionINSTANCE
-
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.
-
-
-
-