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_DIMENSIONAL
private final List<BarcodeFormat>
TWO_DIMENTIONAL
private final List<BarcodeFormat>
POSTAL
private final List<BarcodeFormat>
COMMON_CODES
private final List<BarcodeFormat>
ALL_CODES
public final static BarcodeFormat.Companion
INSTANCE
-
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
-
-
-
-