Package io.scanbot.sdk.barcode.entity
Object BarcodeFormat.Companion
-
- All Implemented Interfaces:
public class BarcodeFormat.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final List<BarcodeFormat>ONE_DIMENSIONALprivate final List<BarcodeFormat>TWO_DIMENTIONALprivate final List<BarcodeFormat>POSTALprivate final List<BarcodeFormat>COMMON_CODESprivate final List<BarcodeFormat>ALL_CODESpublic final static BarcodeFormat.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final List<BarcodeFormat>getONE_DIMENSIONAL()List of 1D barcode formats final List<BarcodeFormat>getTWO_DIMENTIONAL()List of 2D barcode formats final List<BarcodeFormat>getPOSTAL()List of postal barcode formats final List<BarcodeFormat>getCOMMON_CODES()List of common barcode formats final List<BarcodeFormat>getALL_CODES()List of all barcode formats -
-
Method Detail
-
getONE_DIMENSIONAL
final List<BarcodeFormat> getONE_DIMENSIONAL()
List of 1D barcode formats
-
getTWO_DIMENTIONAL
final List<BarcodeFormat> getTWO_DIMENTIONAL()
List of 2D barcode formats
-
getPOSTAL
final List<BarcodeFormat> getPOSTAL()
List of postal barcode formats
-
getCOMMON_CODES
final List<BarcodeFormat> getCOMMON_CODES()
List of common barcode formats
-
getALL_CODES
final List<BarcodeFormat> getALL_CODES()
List of all barcode formats
-
-
-
-