public class HanXinParameters
extends java.lang.Object
Han Xin parameters.
| Modifier and Type | Method and Description |
|---|---|
int |
getECIEncoding()
Extended Channel Interpretation Identifiers.
|
HanXinEncodeMode |
getEncodeMode()
HanXin encoding mode.
|
HanXinErrorLevel |
getErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode.
|
int |
getHanXinECIEncoding()
Deprecated.
Use ECIEncoding instead
|
HanXinEncodeMode |
getHanXinEncodeMode()
Deprecated.
Use EncodeMode instead
|
HanXinErrorLevel |
getHanXinErrorLevel()
Deprecated.
Use ErrorLevel instead
|
HanXinVersion |
getHanXinVersion()
Deprecated.
Use Version instead
|
HanXinVersion |
getVersion()
Version of HanXin Code.
|
void |
setECIEncoding(int value)
Extended Channel Interpretation Identifiers.
|
void |
setEncodeMode(HanXinEncodeMode value)
HanXin encoding mode.
|
void |
setErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for Han Xin barcode.
|
void |
setVersion(HanXinVersion value)
Version of HanXin Code.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
HanXinParameters. |
public final HanXinVersion getVersion()
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
public final void setVersion(HanXinVersion value)
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
@Deprecated public final HanXinVersion getHanXinVersion()
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
public final HanXinErrorLevel getErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
public final void setErrorLevel(HanXinErrorLevel value)
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
@Deprecated public final HanXinErrorLevel getHanXinErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
public final HanXinEncodeMode getEncodeMode()
HanXin encoding mode. Default value: EncodeMode.Mixed.
public final void setEncodeMode(HanXinEncodeMode value)
HanXin encoding mode. Default value: EncodeMode.Mixed.
@Deprecated public final HanXinEncodeMode getHanXinEncodeMode()
HanXin encoding mode. Default value: EncodeMode.Mixed.
public final int getECIEncoding()
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 contains all well known charset encodings.
public final void setECIEncoding(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 contains all well known charset encodings.
@Deprecated public final 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 contains all well known charset encodings.
public java.lang.String toString()
Returns a human-readable string representation of this HanXinParameters.
toString in class java.lang.ObjectHanXinParameters.