public class BarcodeTypes extends Object
Barcode Types container.
Modifier and Type | Field and Description |
---|---|
static BarcodeType |
AustralianPost
Australian Post Barcode Type object.
|
static BarcodeType |
AustralianPosteParcel
Australian Post eParcel Barcode Type object.
|
static BarcodeType |
Codabar
Codabar Barcode Type object.
|
static BarcodeType |
CodablockF
CodablockF Barcode Type object.
|
static BarcodeType |
Code11
Code11 Barcode Type object.
|
static BarcodeType |
Code128
Code128 Barcode Type object.
|
static BarcodeType |
Code16K
Code16K Barcode Type object.
|
static BarcodeType |
Code32
Code32 Barcode Type object.
|
static BarcodeType |
Code39Extended
Code39Extended Barcode Type object.
|
static BarcodeType |
Code39Standard
Code39Standard Barcode Type object.
|
static BarcodeType |
Code93Extended
Code93Extended Barcode Type object.
|
static BarcodeType |
Code93Standard
Code93Standard Barcode Type object.
|
static BarcodeType |
DatabarExpanded
DatabarExpanded Barcode Type object.
|
static BarcodeType |
DatabarExpandedStacked
DatabarExpandedStacked Barcode Type object.
|
static BarcodeType |
DatabarLimited
DatabarLimited Barcode Type object.
|
static BarcodeType |
DatabarOmniDirectional
DatabarOmniDirectional Barcode Type object.
|
static BarcodeType |
DatabarStacked
DatabarStacked Barcode Type object.
|
static BarcodeType |
DatabarStackedOmniDirectional
DatabarStackedOmniDirectional Barcode Type object.
|
static BarcodeType |
DatabarTruncated
DatabarTruncated Barcode Type object.
|
static BarcodeType |
DataLogic2of5
DataLogic2of5 Barcode Type object.
|
static BarcodeType |
DeutschePostIdentcode
DeutschePostIdentcode Barcode Type object.
|
static BarcodeType |
DeutschePostLeitcode
DeutschePostLeitcode Barcode Type object.
|
static BarcodeType |
DotCode
DotCode Barcode Type object.
|
static BarcodeType |
DutchKIX
DutchKIX Barcode Type object.
|
static BarcodeType |
EAN13
EAN13 Barcode Type object.
|
static BarcodeType |
EAN14
EAN14 Barcode Type object.
|
static BarcodeType |
EAN8
EAN8 Barcode Type object.
|
static BarcodeType |
GS1CodablockF
GS1CodablockF Barcode Type object.
|
static BarcodeType |
GS1Code128
GS1 Code128 Barcode Type object.
|
static BarcodeType |
IATA2of5
IATA2of5 Barcode Type object.
|
static BarcodeType |
Interleaved2of5
Interleaved2of5 Barcode Type object.
|
static BarcodeType |
ISBN
ISBN Barcode Type object.
|
static BarcodeType |
ISMN
ISMN Barcode Type object.
|
static BarcodeType |
ISSN
ISSN Barcode Type object.
|
static BarcodeType |
ItalianPost25
ItalianPost25 Barcode Type object.
|
static BarcodeType |
ITF14
ITF14 Barcode Type object.
|
static BarcodeType |
ITF6
ITF6 Barcode Type object.
|
static BarcodeType |
MacroPdf417
MacroPdf417 Barcode Type object.
|
static BarcodeType |
Matrix2of5
Matrix2of5 Barcode Type object.
|
static BarcodeType |
MaxiCode
MaxiCode Barcode Type object.
|
static BarcodeType |
MicroPdf417
MicroPdf417 Barcode Type object.
|
static BarcodeType |
MSI
MSI Barcode Type object.
|
static BarcodeType |
OneCode
OneCode Barcode Type object.
|
static BarcodeType |
OPC
OPC Barcode Type object.
|
static BarcodeType |
PatchCode
Patch Code Barcode Type object.
|
static BarcodeType |
Pdf417
Pdf417 Barcode Type object.
|
static BarcodeType |
Pharmacode
Pharma code Barcode Type object.
|
static BarcodeType |
Planet
Planet Barcode Type object.
|
static BarcodeType |
Postnet
Postnet Barcode Type object.
|
static BarcodeType |
PZN
PZN Barcode Type object.
|
static BarcodeType |
RM4SCC
RM4SCC Barcode Type object.
|
static BarcodeType |
SCC14
SCC14 Barcode Type object.
|
static BarcodeType |
SingaporePost
SingaporePost Barcode Type object.
|
static BarcodeType |
SSCC18
SSCC18 Barcode Type object.
|
static BarcodeType |
Standard2of5
Standard2of5 Barcode Type object.
|
static BarcodeType |
SwissPostParcel
SwissPostParcel Barcode Type object.
|
static BarcodeType |
UPCA
UPCA Barcode Type object.
|
static BarcodeType |
UpcaGs1Code128Coupon
UpcaGs1Code128Coupon Barcode Type object.
|
static BarcodeType |
UpcaGs1DatabarCoupon
UpcaGs1DatabarCoupon Barcode Type object.
|
static BarcodeType |
UPCE
UPCE Barcode Type object.
|
static BarcodeType |
VIN
VIN Barcode Type object.
|
Constructor and Description |
---|
BarcodeTypes() |
Modifier and Type | Method and Description |
---|---|
static BarcodeType |
find(String encodeTypeName) |
static BarcodeType[] |
getAllTypes()
All barcode types.
|
static boolean |
isBarcodeType(String encodeTypeName) |
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 AustralianPost
Australian Post Barcode Type object.
public static final BarcodeType AustralianPosteParcel
Australian Post eParcel Barcode Type object.
public static final BarcodeType Codabar
Codabar Barcode Type object.
public static final BarcodeType CodablockF
CodablockF Barcode Type object.
public static final BarcodeType Code11
Code11 Barcode Type object.
public static final BarcodeType Code128
Code128 Barcode Type object.
public static final BarcodeType Code16K
Code16K Barcode Type object.
public static final BarcodeType Code32
Code32 Barcode Type object.
public static final BarcodeType Code39Extended
Code39Extended Barcode Type object.
public static final BarcodeType Code39Standard
Code39Standard Barcode Type object.
public static final BarcodeType Code93Extended
Code93Extended Barcode Type object.
public static final BarcodeType Code93Standard
Code93Standard Barcode Type object.
public static final BarcodeType DatabarExpanded
DatabarExpanded Barcode Type object.
public static final BarcodeType DatabarExpandedStacked
DatabarExpandedStacked Barcode Type object.
public static final BarcodeType DatabarLimited
DatabarLimited Barcode Type object.
public static final BarcodeType DatabarOmniDirectional
DatabarOmniDirectional Barcode Type object.
public static final BarcodeType DatabarStacked
DatabarStacked Barcode Type object.
public static final BarcodeType DatabarStackedOmniDirectional
DatabarStackedOmniDirectional Barcode Type object.
public static final BarcodeType DatabarTruncated
DatabarTruncated Barcode Type object.
public static final BarcodeType DataLogic2of5
DataLogic2of5 Barcode Type object.
public static final BarcodeType DeutschePostIdentcode
DeutschePostIdentcode Barcode Type object.
public static final BarcodeType DeutschePostLeitcode
DeutschePostLeitcode Barcode Type object.
public static final BarcodeType DotCode
DotCode Barcode Type object.
public static final BarcodeType DutchKIX
DutchKIX Barcode Type object.
public static final BarcodeType EAN13
EAN13 Barcode Type object.
public static final BarcodeType EAN14
EAN14 Barcode Type object.
public static final BarcodeType EAN8
EAN8 Barcode Type object.
public static final BarcodeType GS1CodablockF
GS1CodablockF Barcode Type object.
public static final BarcodeType GS1Code128
GS1 Code128 Barcode Type object.
public static final BarcodeType IATA2of5
IATA2of5 Barcode Type object.
public static final BarcodeType Interleaved2of5
Interleaved2of5 Barcode Type object.
public static final BarcodeType ISBN
ISBN Barcode Type object.
public static final BarcodeType ISMN
ISMN Barcode Type object.
public static final BarcodeType ISSN
ISSN Barcode Type object.
public static final BarcodeType ItalianPost25
ItalianPost25 Barcode Type object.
public static final BarcodeType ITF14
ITF14 Barcode Type object.
public static final BarcodeType ITF6
ITF6 Barcode Type object.
public static final BarcodeType MacroPdf417
MacroPdf417 Barcode Type object.
public static final BarcodeType Matrix2of5
Matrix2of5 Barcode Type object.
public static final BarcodeType MaxiCode
MaxiCode Barcode Type object.
public static final BarcodeType MicroPdf417
MicroPdf417 Barcode Type object.
public static final BarcodeType MSI
MSI Barcode Type object.
public static final BarcodeType OneCode
OneCode Barcode Type object.
public static final BarcodeType OPC
OPC Barcode Type object.
public static final BarcodeType PatchCode
Patch Code Barcode Type object.
public static final BarcodeType Pdf417
Pdf417 Barcode Type object.
public static final BarcodeType Pharmacode
Pharma code Barcode Type object.
public static final BarcodeType Planet
Planet Barcode Type object.
public static final BarcodeType Postnet
Postnet Barcode Type object.
public static final BarcodeType PZN
PZN Barcode Type object.
public static final BarcodeType RM4SCC
RM4SCC Barcode Type object.
public static final BarcodeType SCC14
SCC14 Barcode Type object.
public static final BarcodeType SingaporePost
SingaporePost Barcode Type object.
public static final BarcodeType SSCC18
SSCC18 Barcode Type object.
public static final BarcodeType Standard2of5
Standard2of5 Barcode Type object.
public static final BarcodeType SwissPostParcel
SwissPostParcel Barcode Type object.
public static final BarcodeType UPCA
UPCA Barcode Type object.
public static final BarcodeType UpcaGs1Code128Coupon
UpcaGs1Code128Coupon Barcode Type object.
public static final BarcodeType UpcaGs1DatabarCoupon
UpcaGs1DatabarCoupon Barcode Type object.
public static final BarcodeType UPCE
UPCE Barcode Type object.
public static final BarcodeType VIN
VIN Barcode Type object.
public static BarcodeType find(String encodeTypeName)
public static BarcodeType[] getAllTypes()
All barcode types.
public static boolean isBarcodeType(String encodeTypeName)
public static BarcodeType parse(String parsingType)
Returns Barcode type with pasringType name. If name of Barcode is unknown - Exception will be thrown.
parsingType
- Source string of barcode type name.public static BarcodeType tryParse(String parsingType)
Returns Barcode type with pasringType name. If name of Barcode is unknown - no Exception will be thrown but method will return null value.
parsingType
- Source string of barcode type name.