public class HanXinParameters
extends java.lang.Object
Han Xin parameters.
Modifier and Type | Method and Description |
---|---|
int |
getHanXinECIEncoding()
Extended Channel Interpretation Identifiers.
|
HanXinEncodeMode |
getHanXinEncodeMode()
HanXin encoding mode.
|
HanXinErrorLevel |
getHanXinErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode.
|
HanXinVersion |
getHanXinVersion()
Version of HanXin Code.
|
void |
setHanXinECIEncoding(int value)
Extended Channel Interpretation Identifiers.
|
void |
setHanXinEncodeMode(HanXinEncodeMode value)
HanXin encoding mode.
|
void |
setHanXinErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for Han Xin barcode.
|
void |
setHanXinVersion(HanXinVersion value)
Version of HanXin Code.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
HanXinParameters . |
public HanXinVersion getHanXinVersion()
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
public void setHanXinVersion(HanXinVersion value)
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
public HanXinErrorLevel getHanXinErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
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.
public HanXinEncodeMode getHanXinEncodeMode()
HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
public void setHanXinEncodeMode(HanXinEncodeMode value)
HanXin encoding mode. Default value: HanXinEncodeMode.Mixed.
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.
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.
public java.lang.String toString()
Returns a human-readable string representation of this HanXinParameters
.
toString
in class java.lang.Object
HanXinParameters
.