HanXinParameters
Inheritance: java.lang.Object
public class HanXinParameters
Han Xin parameters.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setHanXinEncodeMode(HanXinEncodeMode value)
public void setHanXinEncodeMode(HanXinEncodeMode value)
HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
Parameters:
Parameter | Type | Description |
---|---|---|
value | HanXinEncodeMode |
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:
Parameter | Type | Description |
---|---|---|
value | HanXinErrorLevel |
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:
Parameter | Type | Description |
---|---|---|
value | HanXinVersion |
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:
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 |