HanXinParameters

Inheritance: java.lang.Object

public class HanXinParameters

Han Xin parameters.

Methods

MethodDescription
equals(Object arg0)
getClass()
getHanXinECIEncoding()Extended Channel Interpretation Identifiers.
getHanXinEncodeMode()HanXin encoding mode.
getHanXinErrorLevel()Level of Reed-Solomon error correction for Han Xin barcode.
getHanXinVersion()Version of HanXin Code.
hashCode()
notify()
notifyAll()
setHanXinECIEncoding(int value)Extended Channel Interpretation Identifiers.
setHanXinEncodeMode(HanXinEncodeMode value)HanXin encoding mode.
setHanXinErrorLevel(HanXinErrorLevel value)Level of Reed-Solomon error correction for Han Xin barcode.
setHanXinVersion(HanXinVersion value)Version of HanXin Code.
toString()Returns a human-readable string representation of this HanXinParameters .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHanXinECIEncoding()

public int getHanXinECIEncoding()

Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.

Returns: int

getHanXinEncodeMode()

public HanXinEncodeMode getHanXinEncodeMode()

HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.

Returns: HanXinEncodeMode

getHanXinErrorLevel()

public HanXinErrorLevel getHanXinErrorLevel()

Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.

Returns: HanXinErrorLevel

getHanXinVersion()

public HanXinVersion getHanXinVersion()

Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.

Returns: HanXinVersion

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setHanXinECIEncoding(int value)

public void setHanXinECIEncoding(int value)

Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.

Parameters:

ParameterTypeDescription
valueint

setHanXinEncodeMode(HanXinEncodeMode value)

public void setHanXinEncodeMode(HanXinEncodeMode value)

HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.

Parameters:

ParameterTypeDescription
valueHanXinEncodeMode

setHanXinErrorLevel(HanXinErrorLevel value)

public void setHanXinErrorLevel(HanXinErrorLevel value)

Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.

Parameters:

ParameterTypeDescription
valueHanXinErrorLevel

setHanXinVersion(HanXinVersion value)

public void setHanXinVersion(HanXinVersion value)

Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.

Parameters:

ParameterTypeDescription
valueHanXinVersion

toString()

public String toString()

Returns a human-readable string representation of this HanXinParameters .

Returns: java.lang.String - A string that represents this HanXinParameters .

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