BarcodeType

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

public enum BarcodeType extends Enum<BarcodeType>

Tipo de códigos de barras permitidos en generación\reconocimiento

Campos

CampoDescripción
AustraliaPostRepresenta el tipo AustraliaPost
AustralianPosteParcelRepresenta el tipo AustralianPosteParcel
AztecRepresenta el tipo Aztec
CodabarRepresenta el tipo Codabar
CodablockFRepresenta el tipo CodablockF
Code11Representa el tipo Code11
Code128Representa el tipo Code128
Code16KRepresenta el tipo Code16K
Code32Representa el tipo Code32
Code39Representa el tipo Code39
Code39FullASCIIRepresenta el tipo Code39FullASCII
Code93Representa el tipo Code93
DataLogic2of5Representa el tipo DataLogic2of5
DataMatrixRepresenta el tipo DataMatrix
DatabarExpandedRepresenta el tipo DatabarExpanded
DatabarExpandedStackedRepresenta el tipo DatabarExpandedStacked
DatabarLimitedRepresenta el tipo DatabarLimited
DatabarOmniDirectionalRepresenta el tipo DatabarOmniDirectional
DatabarStackedRepresenta el tipo DatabarStacked
DatabarStackedOmniDirectionalRepresenta el tipo DatabarStackedOmniDirectional
DatabarTruncatedRepresenta el tipo DatabarTruncated
DeutschePostIdentcodeRepresenta el tipo DeutschePostIdentcode
DeutschePostLeitcodeRepresenta el tipo DeutschePostLeitcode
DotCodeRepresentar tipo DotCode
DutchKIXRepresentar tipo DutchKIX
EAN13Representar tipo EAN13
EAN14Representar tipo EAN14
EAN8Representar tipo EAN8
GS1AztecRepresentar tipo GS1Aztec
GS1CodablockFRepresentar tipo GS1CodablockF
GS1Code128Representar tipo GS1Code128
GS1CompositeBarRepresentar tipo GS1CompositeBar
GS1DataMatrixRepresentar tipo GS1DataMatrix
GS1DotCodeRepresentar tipo GS1DotCode
GS1HanXinRepresentar tipo GS1HanXin
GS1MicroPdf417Representar tipo GS1MicroPdf417
GS1QRRepresentar tipo GS1QR
HIBCAztecLICRepresentar tipo HIBCAztecLIC
HIBCAztecPASRepresentar tipo HIBCAztecPAS
HIBCCode128LICRepresentar tipo HIBCCode128LIC
HIBCCode128PASRepresentar tipo HIBCCode128PAS
HIBCCode39LICRepresentar tipo HIBCCode39LIC
HIBCCode39PASRepresentar tipo HIBCCode39PAS
HIBCDataMatrixLICRepresentar tipo HIBCDataMatrixLIC
HIBCDataMatrixPASRepresentar tipo HIBCDataMatrixPAS
HIBCQRLICRepresentar tipo HIBCQRLIC
HIBCQRPASRepresentar tipo HIBCQRPAS
HanXinRepresentar tipo HanXin
IATA2of5Representar tipo IATA2of5
ISBNRepresentar tipo ISBN
ISMNRepresentar tipo ISMN
ISSNRepresentar tipo ISSN
ITF14Representar tipo ITF14
ITF6Representar tipo ITF6
Interleaved2of5Representar tipo Interleaved2of5
ItalianPost25Representar tipo ItalianPost25
MSIRepresentar tipo MSI
MacroPdf417Representar tipo MacroPdf417
MailmarkRepresentar tipo Mailmark
Matrix2of5Representar tipo Matrix2of5
MaxiCodeRepresentar tipo MaxiCode
MicroPdf417Representar tipo MicroPdf417
MicroQRRepresentar tipo MicroQR
OPCRepresentar tipo OPC
OneCodeRepresentar tipo OneCode
PZNRepresentar tipo PZN
PatchCodeRepresentar tipo PatchCode
Pdf417Representar tipo Pdf417
PharmacodeRepresentar tipo Pharmacode
PlanetRepresentar tipo Planet
PostnetRepresentar tipo Postnet
QRRepresentar tipo QR
RM4SCCRepresentar tipo RM4SCC
RectMicroQRRepresentar tipo RectMicroQR
SCC14Representar tipo SCC14
SSCC18Representar tipo SSCC18
SingaporePostRepresentar tipo SingaporePost
Standard2of5Representar tipo Standard2of5
SwissPostParcelRepresentar tipo SwissPostParcel
UPCARepresentar tipo UPCA
UPCERepresentar tipo UPCE
UpcaGs1Code128CouponRepresentar tipo UpcaGs1Code128Coupon
UpcaGs1DatabarCouponRepresentar tipo UpcaGs1DatabarCoupon
VINRepresentar tipo VIN
undefinedNo se ha establecido ningún valor.

Métodos

MétodoDescripción
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

Representa el tipo AustraliaPost

AustralianPosteParcel

public static final BarcodeType AustralianPosteParcel

Representa el tipo AustralianPosteParcel

Aztec

public static final BarcodeType Aztec

Representa el tipo Aztec

Codabar

public static final BarcodeType Codabar

Representa el tipo Codabar

CodablockF

public static final BarcodeType CodablockF

Representa el tipo CodablockF

Code11

public static final BarcodeType Code11

Representa el tipo Code11

Code128

public static final BarcodeType Code128

Representa el tipo Code128

Code16K

public static final BarcodeType Code16K

Representa el tipo Code16K

Code32

public static final BarcodeType Code32

Representa el tipo Code32

Code39

public static final BarcodeType Code39

Representa el tipo Code39

Code39FullASCII

public static final BarcodeType Code39FullASCII

Representa el tipo Code39FullASCII

Code93

public static final BarcodeType Code93

Representa el tipo Code93

DataLogic2of5

public static final BarcodeType DataLogic2of5

Representa el tipo DataLogic2of5

DataMatrix

public static final BarcodeType DataMatrix

Representa el tipo DataMatrix

DatabarExpanded

public static final BarcodeType DatabarExpanded

Representa el tipo DatabarExpanded

DatabarExpandedStacked

public static final BarcodeType DatabarExpandedStacked

Representa el tipo DatabarExpandedStacked

DatabarLimited

public static final BarcodeType DatabarLimited

Representa el tipo DatabarLimited

DatabarOmniDirectional

public static final BarcodeType DatabarOmniDirectional

Representa el tipo DatabarOmniDirectional

DatabarStacked

public static final BarcodeType DatabarStacked

Representa el tipo DatabarStacked

DatabarStackedOmniDirectional

public static final BarcodeType DatabarStackedOmniDirectional

Representa el tipo DatabarStackedOmniDirectional

DatabarTruncated

public static final BarcodeType DatabarTruncated

Representa el tipo DatabarTruncated

DeutschePostIdentcode

public static final BarcodeType DeutschePostIdentcode

Representa el tipo DeutschePostIdentcode

DeutschePostLeitcode

public static final BarcodeType DeutschePostLeitcode

Representa el tipo DeutschePostLeitcode

DotCode

public static final BarcodeType DotCode

Representar tipo DotCode

DutchKIX

public static final BarcodeType DutchKIX

Representar tipo DutchKIX

EAN13

public static final BarcodeType EAN13

Representar tipo EAN13

EAN14

public static final BarcodeType EAN14

Representar tipo EAN14

EAN8

public static final BarcodeType EAN8

Representar tipo EAN8

GS1Aztec

public static final BarcodeType GS1Aztec

Representar tipo GS1Aztec

GS1CodablockF

public static final BarcodeType GS1CodablockF

Representar tipo GS1CodablockF

GS1Code128

public static final BarcodeType GS1Code128

Representar tipo GS1Code128

GS1CompositeBar

public static final BarcodeType GS1CompositeBar

Representar tipo GS1CompositeBar

GS1DataMatrix

public static final BarcodeType GS1DataMatrix

Representar tipo GS1DataMatrix

GS1DotCode

public static final BarcodeType GS1DotCode

Representar tipo GS1DotCode

GS1HanXin

public static final BarcodeType GS1HanXin

Representar tipo GS1HanXin

GS1MicroPdf417

public static final BarcodeType GS1MicroPdf417

Representar tipo GS1MicroPdf417

GS1QR

public static final BarcodeType GS1QR

Representar tipo GS1QR

HIBCAztecLIC

public static final BarcodeType HIBCAztecLIC

Representar tipo HIBCAztecLIC

HIBCAztecPAS

public static final BarcodeType HIBCAztecPAS

Representar tipo HIBCAztecPAS

HIBCCode128LIC

public static final BarcodeType HIBCCode128LIC

Representar tipo HIBCCode128LIC

HIBCCode128PAS

public static final BarcodeType HIBCCode128PAS

Representar tipo HIBCCode128PAS

HIBCCode39LIC

public static final BarcodeType HIBCCode39LIC

Representar tipo HIBCCode39LIC

HIBCCode39PAS

public static final BarcodeType HIBCCode39PAS

Representar tipo HIBCCode39PAS

HIBCDataMatrixLIC

public static final BarcodeType HIBCDataMatrixLIC

Representar tipo HIBCDataMatrixLIC

HIBCDataMatrixPAS

public static final BarcodeType HIBCDataMatrixPAS

Representar tipo HIBCDataMatrixPAS

HIBCQRLIC

public static final BarcodeType HIBCQRLIC

Representar tipo HIBCQRLIC

HIBCQRPAS

public static final BarcodeType HIBCQRPAS

Representar tipo HIBCQRPAS

HanXin

public static final BarcodeType HanXin

Representar tipo HanXin

IATA2of5

public static final BarcodeType IATA2of5

Representar tipo IATA2of5

ISBN

public static final BarcodeType ISBN

Representar tipo ISBN

ISMN

public static final BarcodeType ISMN

Representar tipo ISMN

ISSN

public static final BarcodeType ISSN

Representar tipo ISSN

ITF14

public static final BarcodeType ITF14

Representar tipo ITF14

ITF6

public static final BarcodeType ITF6

Representar tipo ITF6

Interleaved2of5

public static final BarcodeType Interleaved2of5

Representar tipo Interleaved2of5

ItalianPost25

public static final BarcodeType ItalianPost25

Representar tipo ItalianPost25

MSI

public static final BarcodeType MSI

Representar tipo MSI

MacroPdf417

public static final BarcodeType MacroPdf417

Representar tipo MacroPdf417

Mailmark

public static final BarcodeType Mailmark

Representar tipo Mailmark

Matrix2of5

public static final BarcodeType Matrix2of5

Representar tipo Matrix2of5

MaxiCode

public static final BarcodeType MaxiCode

Representar tipo MaxiCode

MicroPdf417

public static final BarcodeType MicroPdf417

Representar tipo MicroPdf417

MicroQR

public static final BarcodeType MicroQR

Representar tipo MicroQR

OPC

public static final BarcodeType OPC

Representar tipo OPC

OneCode

public static final BarcodeType OneCode

Representar tipo OneCode

PZN

public static final BarcodeType PZN

Representar tipo PZN

PatchCode

public static final BarcodeType PatchCode

Representar tipo PatchCode

Pdf417

public static final BarcodeType Pdf417

Representar tipo Pdf417

Pharmacode

public static final BarcodeType Pharmacode

Representar tipo Pharmacode

Planet

public static final BarcodeType Planet

Representar tipo Planet

Postnet

public static final BarcodeType Postnet

Representar tipo Postnet

QR

public static final BarcodeType QR

Representar tipo QR

RM4SCC

public static final BarcodeType RM4SCC

Representar tipo RM4SCC

RectMicroQR

public static final BarcodeType RectMicroQR

Representar tipo RectMicroQR

SCC14

public static final BarcodeType SCC14

Representar tipo SCC14

SSCC18

public static final BarcodeType SSCC18

Representar tipo SSCC18

SingaporePost

public static final BarcodeType SingaporePost

Representar tipo SingaporePost

Standard2of5

public static final BarcodeType Standard2of5

Representar tipo Standard2of5

SwissPostParcel

public static final BarcodeType SwissPostParcel

Representar tipo SwissPostParcel

UPCA

public static final BarcodeType UPCA

Representar tipo UPCA

UPCE

public static final BarcodeType UPCE

Representar tipo UPCE

UpcaGs1Code128Coupon

public static final BarcodeType UpcaGs1Code128Coupon

Representar tipo UpcaGs1Code128Coupon

UpcaGs1DatabarCoupon

public static final BarcodeType UpcaGs1DatabarCoupon

Representar tipo UpcaGs1DatabarCoupon

VIN

public static final BarcodeType VIN

Representar tipo VIN

undefined

public static final BarcodeType undefined

No se ha establecido ningún valor. Se usará el valor predeterminado

valueOf(Class arg0, String arg1)

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

Parameters:

ParámetroTipoDescripción
arg0java.lang.Class
arg1java.lang.String

Returns: T

compareTo(E arg0)

public final int compareTo(E arg0)

Parameters:

ParámetroTipoDescripción
arg0E

Returns: int

equals(Object arg0)

public final boolean equals(Object arg0)

Parameters:

ParámetroTipoDescripción
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:

ParámetroTipoDescripción
nombrejava.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:

ParámetroTipoDescripción
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParámetroTipoDescripción
arg0long
arg1int