BarCodeReadTypeHelper

Contents
[ ]

Inheritance: java.lang.Object

public class BarCodeReadTypeHelper

Fields

Field Description
postalTypes
types1D

Methods

Method Description
areEqual(SingleDecodeType type1, SingleDecodeType type2)
equals(Object arg0)
getClass()
hashCode()
is1D(BaseDecodeType symbology)
is2D(BaseDecodeType symbology)
isAllSupportedTypes(BaseDecodeType barcodeDataType)
isAztec(BaseDecodeType symbology)
isCodablockF(BaseDecodeType symbology)
isCompactPdf417(BaseDecodeType symbology)
isDatabarExpandedStacked(BaseDecodeType symbology)
isDatabarStacked(BaseDecodeType symbology)
isDatabarStackedOmniDirectional(BaseDecodeType symbology)
isDatamatrix(BaseDecodeType symbology)
isDotCode(BaseDecodeType symbology)
isGS1Datamatrix(BaseDecodeType symbology)
isMaxiCode(BaseDecodeType symbology)
isMicrE13b(BaseDecodeType symbology) Is MICR E13B
isMicroPDF417(BaseDecodeType symbology)
isPDF417(BaseDecodeType symbology)
isPostal(BaseDecodeType symbology)
isQR(BaseDecodeType symbology)
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

postalTypes

public static final SingleDecodeType[] postalTypes

types1D

public static final SingleDecodeType[] types1D

areEqual(SingleDecodeType type1, SingleDecodeType type2)

public static boolean areEqual(SingleDecodeType type1, SingleDecodeType type2)

Parameters:

Parameter Type Description
type1 SingleDecodeType
type2 SingleDecodeType

Returns: boolean

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

is1D(BaseDecodeType symbology)

public static boolean is1D(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

is2D(BaseDecodeType symbology)

public static boolean is2D(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isAllSupportedTypes(BaseDecodeType barcodeDataType)

public static boolean isAllSupportedTypes(BaseDecodeType barcodeDataType)

Parameters:

Parameter Type Description
barcodeDataType BaseDecodeType

Returns: boolean

isAztec(BaseDecodeType symbology)

public static boolean isAztec(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isCodablockF(BaseDecodeType symbology)

public static boolean isCodablockF(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isCompactPdf417(BaseDecodeType symbology)

public static boolean isCompactPdf417(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isDatabarExpandedStacked(BaseDecodeType symbology)

public static boolean isDatabarExpandedStacked(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isDatabarStacked(BaseDecodeType symbology)

public static boolean isDatabarStacked(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isDatabarStackedOmniDirectional(BaseDecodeType symbology)

public static boolean isDatabarStackedOmniDirectional(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isDatamatrix(BaseDecodeType symbology)

public static boolean isDatamatrix(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isDotCode(BaseDecodeType symbology)

public static boolean isDotCode(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isGS1Datamatrix(BaseDecodeType symbology)

public static boolean isGS1Datamatrix(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isMaxiCode(BaseDecodeType symbology)

public static boolean isMaxiCode(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isMicrE13b(BaseDecodeType symbology)

public static boolean isMicrE13b(BaseDecodeType symbology)

Is MICR E13B

Parameters:

Parameter Type Description
symbology BaseDecodeType A symbology

Returns: boolean

isMicroPDF417(BaseDecodeType symbology)

public static boolean isMicroPDF417(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isPDF417(BaseDecodeType symbology)

public static boolean isPDF417(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isPostal(BaseDecodeType symbology)

public static boolean isPostal(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

isQR(BaseDecodeType symbology)

public static boolean isQR(BaseDecodeType symbology)

Parameters:

Parameter Type Description
symbology BaseDecodeType

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int