public class BarcodeTypes extends Object
Barcode Types container
Modifier and Type | Field and Description |
---|---|
static BarcodeType[] |
ALL_TYPES
All barcode types
|
static BarcodeType |
CODE_128
Code128 Barcode Type object
|
static BarcodeType |
CODE_39_EXTENDED
Code39Extended Barcode Type object
|
static BarcodeType |
CODE_39_STANDARD
Code39Standard Barcode Type object
|
static BarcodeType |
EAN_13
EAN13 Barcode Type object
|
static BarcodeType |
EAN_14
EAN14 Barcode Type object
|
static BarcodeType |
EAN_8
EAN8 Barcode Type object
|
static BarcodeType |
ITF_14
ITF14 Barcode Type object
|
static BarcodeType |
UPCA
UPCA Barcode Type object
|
static BarcodeType |
UPCE
UPCE Barcode Type object
|
Constructor and Description |
---|
BarcodeTypes() |
Modifier and Type | Method and Description |
---|---|
static BarcodeType |
parse(String parsingType)
Returns Barcode type with pasringType name.
|
static BarcodeType |
tryParse(String parsingType)
Returns Barcode type with pasringType name.
|
public static final BarcodeType EAN_8
EAN8 Barcode Type object
public static final BarcodeType EAN_13
EAN13 Barcode Type object
public static final BarcodeType EAN_14
EAN14 Barcode Type object
public static final BarcodeType UPCA
UPCA Barcode Type object
public static final BarcodeType UPCE
UPCE Barcode Type object
public static final BarcodeType ITF_14
ITF14 Barcode Type object
public static final BarcodeType CODE_39_STANDARD
Code39Standard Barcode Type object
public static final BarcodeType CODE_39_EXTENDED
Code39Extended Barcode Type object
public static final BarcodeType CODE_128
Code128 Barcode Type object
public static final BarcodeType[] ALL_TYPES
All barcode types
public static BarcodeType parse(String parsingType)
Returns Barcode type with pasringType name. If name of Barcode is unknown - Exception will be throw
parsingType
- Source string of barcode type namepublic static BarcodeType tryParse(String parsingType)
Returns Barcode type with pasringType name. If name of Barcode is unknown - no Exception will be throw but method will return null value
parsingType
- Source string of barcode type nameCopyright © 2017. All rights reserved.