BarcodeType

Inheritance: java.lang.Object, java.lang.Enum

public enum BarcodeType extends Enum<BarcodeType>

Type of Barcodes allowed in barcode generation\recognition

Fields

FieldDescription
AustraliaPostRepresent AustraliaPost type
AustralianPosteParcelRepresent AustralianPosteParcel type
AztecRepresent Aztec type
CodabarRepresent Codabar type
CodablockFRepresent CodablockF type
Code11Represent Code11 type
Code128Represent Code128 type
Code16KRepresent Code16K type
Code32Represent Code32 type
Code39Represent Code39 type
Code39FullASCIIRepresent Code39FullASCII type
Code93Represent Code93 type
DataLogic2of5Represent DataLogic2of5 type
DataMatrixRepresent DataMatrix type
DatabarExpandedRepresent DatabarExpanded type
DatabarExpandedStackedRepresent DatabarExpandedStacked type
DatabarLimitedRepresent DatabarLimited type
DatabarOmniDirectionalRepresent DatabarOmniDirectional type
DatabarStackedRepresent DatabarStacked type
DatabarStackedOmniDirectionalRepresent DatabarStackedOmniDirectional type
DatabarTruncatedRepresent DatabarTruncated type
DeutschePostIdentcodeRepresent DeutschePostIdentcode type
DeutschePostLeitcodeRepresent DeutschePostLeitcode type
DotCodeRepresent DotCode type
DutchKIXRepresent DutchKIX type
EAN13Represent EAN13 type
EAN14Represent EAN14 type
EAN8Represent EAN8 type
GS1AztecRepresent GS1Aztec type
GS1CodablockFRepresent GS1CodablockF type
GS1Code128Represent GS1Code128 type
GS1CompositeBarRepresent GS1CompositeBar type
GS1DataMatrixRepresent GS1DataMatrix type
GS1DotCodeRepresent GS1DotCode type
GS1HanXinRepresent GS1HanXin type
GS1MicroPdf417Represent GS1MicroPdf417 type
GS1QRRepresent GS1QR type
HIBCAztecLICRepresent HIBCAztecLIC type
HIBCAztecPASRepresent HIBCAztecPAS type
HIBCCode128LICRepresent HIBCCode128LIC type
HIBCCode128PASRepresent HIBCCode128PAS type
HIBCCode39LICRepresent HIBCCode39LIC type
HIBCCode39PASRepresent HIBCCode39PAS type
HIBCDataMatrixLICRepresent HIBCDataMatrixLIC type
HIBCDataMatrixPASRepresent HIBCDataMatrixPAS type
HIBCQRLICRepresent HIBCQRLIC type
HIBCQRPASRepresent HIBCQRPAS type
HanXinRepresent HanXin type
IATA2of5Represent IATA2of5 type
ISBNRepresent ISBN type
ISMNRepresent ISMN type
ISSNRepresent ISSN type
ITF14Represent ITF14 type
ITF6Represent ITF6 type
Interleaved2of5Represent Interleaved2of5 type
ItalianPost25Represent ItalianPost25 type
MSIRepresent MSI type
MacroPdf417Represent MacroPdf417 type
MailmarkRepresent Mailmark type
Matrix2of5Represent Matrix2of5 type
MaxiCodeRepresent MaxiCode type
MicroPdf417Represent MicroPdf417 type
MicroQRRepresent MicroQR type
OPCRepresent OPC type
OneCodeRepresent OneCode type
PZNRepresent PZN type
PatchCodeRepresent PatchCode type
Pdf417Represent Pdf417 type
PharmacodeRepresent Pharmacode type
PlanetRepresent Planet type
PostnetRepresent Postnet type
QRRepresent QR type
RM4SCCRepresent RM4SCC type
RectMicroQRRepresent RectMicroQR type
SCC14Represent SCC14 type
SSCC18Represent SSCC18 type
SingaporePostRepresent SingaporePost type
Standard2of5Represent Standard2of5 type
SwissPostParcelRepresent SwissPostParcel type
UPCARepresent UPCA type
UPCERepresent UPCE type
UpcaGs1Code128CouponRepresent UpcaGs1Code128Coupon type
UpcaGs1DatabarCouponRepresent UpcaGs1DatabarCoupon type
VINRepresent VIN type
undefinedNo value is set.

Methods

MethodDescription
valueOf(Class arg0, String arg1)
compareTo(E arg0)
equals(Object arg0)
getClass()
getDeclaringClass()
hashCode()
name()
notify()
notifyAll()
ordinal()
toString()
valueOf(String name)
values()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AustraliaPost

public static final BarcodeType AustraliaPost

Represent AustraliaPost type

AustralianPosteParcel

public static final BarcodeType AustralianPosteParcel

Represent AustralianPosteParcel type

Aztec

public static final BarcodeType Aztec

Represent Aztec type

Codabar

public static final BarcodeType Codabar

Represent Codabar type

CodablockF

public static final BarcodeType CodablockF

Represent CodablockF type

Code11

public static final BarcodeType Code11

Represent Code11 type

Code128

public static final BarcodeType Code128

Represent Code128 type

Code16K

public static final BarcodeType Code16K

Represent Code16K type

Code32

public static final BarcodeType Code32

Represent Code32 type

Code39

public static final BarcodeType Code39

Represent Code39 type

Code39FullASCII

public static final BarcodeType Code39FullASCII

Represent Code39FullASCII type

Code93

public static final BarcodeType Code93

Represent Code93 type

DataLogic2of5

public static final BarcodeType DataLogic2of5

Represent DataLogic2of5 type

DataMatrix

public static final BarcodeType DataMatrix

Represent DataMatrix type

DatabarExpanded

public static final BarcodeType DatabarExpanded

Represent DatabarExpanded type

DatabarExpandedStacked

public static final BarcodeType DatabarExpandedStacked

Represent DatabarExpandedStacked type

DatabarLimited

public static final BarcodeType DatabarLimited

Represent DatabarLimited type

DatabarOmniDirectional

public static final BarcodeType DatabarOmniDirectional

Represent DatabarOmniDirectional type

DatabarStacked

public static final BarcodeType DatabarStacked

Represent DatabarStacked type

DatabarStackedOmniDirectional

public static final BarcodeType DatabarStackedOmniDirectional

Represent DatabarStackedOmniDirectional type

DatabarTruncated

public static final BarcodeType DatabarTruncated

Represent DatabarTruncated type

DeutschePostIdentcode

public static final BarcodeType DeutschePostIdentcode

Represent DeutschePostIdentcode type

DeutschePostLeitcode

public static final BarcodeType DeutschePostLeitcode

Represent DeutschePostLeitcode type

DotCode

public static final BarcodeType DotCode

Represent DotCode type

DutchKIX

public static final BarcodeType DutchKIX

Represent DutchKIX type

EAN13

public static final BarcodeType EAN13

Represent EAN13 type

EAN14

public static final BarcodeType EAN14

Represent EAN14 type

EAN8

public static final BarcodeType EAN8

Represent EAN8 type

GS1Aztec

public static final BarcodeType GS1Aztec

Represent GS1Aztec type

GS1CodablockF

public static final BarcodeType GS1CodablockF

Represent GS1CodablockF type

GS1Code128

public static final BarcodeType GS1Code128

Represent GS1Code128 type

GS1CompositeBar

public static final BarcodeType GS1CompositeBar

Represent GS1CompositeBar type

GS1DataMatrix

public static final BarcodeType GS1DataMatrix

Represent GS1DataMatrix type

GS1DotCode

public static final BarcodeType GS1DotCode

Represent GS1DotCode type

GS1HanXin

public static final BarcodeType GS1HanXin

Represent GS1HanXin type

GS1MicroPdf417

public static final BarcodeType GS1MicroPdf417

Represent GS1MicroPdf417 type

GS1QR

public static final BarcodeType GS1QR

Represent GS1QR type

HIBCAztecLIC

public static final BarcodeType HIBCAztecLIC

Represent HIBCAztecLIC type

HIBCAztecPAS

public static final BarcodeType HIBCAztecPAS

Represent HIBCAztecPAS type

HIBCCode128LIC

public static final BarcodeType HIBCCode128LIC

Represent HIBCCode128LIC type

HIBCCode128PAS

public static final BarcodeType HIBCCode128PAS

Represent HIBCCode128PAS type

HIBCCode39LIC

public static final BarcodeType HIBCCode39LIC

Represent HIBCCode39LIC type

HIBCCode39PAS

public static final BarcodeType HIBCCode39PAS

Represent HIBCCode39PAS type

HIBCDataMatrixLIC

public static final BarcodeType HIBCDataMatrixLIC

Represent HIBCDataMatrixLIC type

HIBCDataMatrixPAS

public static final BarcodeType HIBCDataMatrixPAS

Represent HIBCDataMatrixPAS type

HIBCQRLIC

public static final BarcodeType HIBCQRLIC

Represent HIBCQRLIC type

HIBCQRPAS

public static final BarcodeType HIBCQRPAS

Represent HIBCQRPAS type

HanXin

public static final BarcodeType HanXin

Represent HanXin type

IATA2of5

public static final BarcodeType IATA2of5

Represent IATA2of5 type

ISBN

public static final BarcodeType ISBN

Represent ISBN type

ISMN

public static final BarcodeType ISMN

Represent ISMN type

ISSN

public static final BarcodeType ISSN

Represent ISSN type

ITF14

public static final BarcodeType ITF14

Represent ITF14 type

ITF6

public static final BarcodeType ITF6

Represent ITF6 type

Interleaved2of5

public static final BarcodeType Interleaved2of5

Represent Interleaved2of5 type

ItalianPost25

public static final BarcodeType ItalianPost25

Represent ItalianPost25 type

MSI

public static final BarcodeType MSI

Represent MSI type

MacroPdf417

public static final BarcodeType MacroPdf417

Represent MacroPdf417 type

Mailmark

public static final BarcodeType Mailmark

Represent Mailmark type

Matrix2of5

public static final BarcodeType Matrix2of5

Represent Matrix2of5 type

MaxiCode

public static final BarcodeType MaxiCode

Represent MaxiCode type

MicroPdf417

public static final BarcodeType MicroPdf417

Represent MicroPdf417 type

MicroQR

public static final BarcodeType MicroQR

Represent MicroQR type

OPC

public static final BarcodeType OPC

Represent OPC type

OneCode

public static final BarcodeType OneCode

Represent OneCode type

PZN

public static final BarcodeType PZN

Represent PZN type

PatchCode

public static final BarcodeType PatchCode

Represent PatchCode type

Pdf417

public static final BarcodeType Pdf417

Represent Pdf417 type

Pharmacode

public static final BarcodeType Pharmacode

Represent Pharmacode type

Planet

public static final BarcodeType Planet

Represent Planet type

Postnet

public static final BarcodeType Postnet

Represent Postnet type

QR

public static final BarcodeType QR

Represent QR type

RM4SCC

public static final BarcodeType RM4SCC

Represent RM4SCC type

RectMicroQR

public static final BarcodeType RectMicroQR

Represent RectMicroQR type

SCC14

public static final BarcodeType SCC14

Represent SCC14 type

SSCC18

public static final BarcodeType SSCC18

Represent SSCC18 type

SingaporePost

public static final BarcodeType SingaporePost

Represent SingaporePost type

Standard2of5

public static final BarcodeType Standard2of5

Represent Standard2of5 type

SwissPostParcel

public static final BarcodeType SwissPostParcel

Represent SwissPostParcel type

UPCA

public static final BarcodeType UPCA

Represent UPCA type

UPCE

public static final BarcodeType UPCE

Represent UPCE type

UpcaGs1Code128Coupon

public static final BarcodeType UpcaGs1Code128Coupon

Represent UpcaGs1Code128Coupon type

UpcaGs1DatabarCoupon

public static final BarcodeType UpcaGs1DatabarCoupon

Represent UpcaGs1DatabarCoupon type

VIN

public static final BarcodeType VIN

Represent VIN type

undefined

public static final BarcodeType undefined

No value is set. Default value will be used

valueOf(Class arg0, String arg1)

public static T <T>valueOf(Class<T> arg0, String arg1)

Parameters:

ParameterTypeDescription
arg0java.lang.Class
arg1java.lang.String

Returns: T

compareTo(E arg0)

public final int compareTo(E arg0)

Parameters:

ParameterTypeDescription
arg0E

Returns: int

equals(Object arg0)

public final boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDeclaringClass()

public final Class<E> getDeclaringClass()

Returns: java.lang.Class

hashCode()

public final int hashCode()

Returns: int

name()

public final String name()

Returns: java.lang.String

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

ordinal()

public final int ordinal()

Returns: int

toString()

public String toString()

Returns: java.lang.String

valueOf(String name)

public static BarcodeType valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: BarcodeType

values()

public static BarcodeType[] values()

Returns: com.aspose.omr.BarcodeType[]

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int