DecodeTypeUtil

Inheritance: java.lang.Object

public class DecodeTypeUtil

Constructors

Constructor Description
DecodeTypeUtil()

Fields

Field Description
S_ALL_SUPPORTED_TYPES
s_mostCommonTypes
s_postalTypes
s_types1D

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
is1D(BaseDecodeType symbology)
is2D(BaseDecodeType symbology)
isAztec(BaseDecodeType symbology)
isCompactPdf417(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)

DecodeTypeUtil()

public DecodeTypeUtil()

S_ALL_SUPPORTED_TYPES

public static final SingleDecodeType[] S_ALL_SUPPORTED_TYPES

s_mostCommonTypes

public static final SingleDecodeType[] s_mostCommonTypes

s_postalTypes

public static final SingleDecodeType[] s_postalTypes

s_types1D

public static final SingleDecodeType[] s_types1D

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

isAztec(BaseDecodeType symbology)

public static boolean isAztec(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

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