HanXinParameters
Inheritance: java.lang.Object
public class HanXinParameters
Han Xin parameters.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getECIEncoding() | Extended Channel Interpretation Identifiers. |
| getEncodeMode() | HanXin encoding mode. |
| getErrorLevel() | Level of Reed-Solomon error correction for Han Xin barcode. |
| 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. |
| getVersion() | Version of HanXin Code. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setECIEncoding(int value) | Extended Channel Interpretation Identifiers. |
| setEncodeMode(HanXinEncodeMode value) | HanXin encoding mode. |
| setErrorLevel(HanXinErrorLevel value) | Level of Reed-Solomon error correction for Han Xin barcode. |
| setVersion(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
getECIEncoding()
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.
Returns: int
getEncodeMode()
public final HanXinEncodeMode getEncodeMode()
HanXin encoding mode. Default value: EncodeMode.Mixed.
Returns: HanXinEncodeMode
getErrorLevel()
public final HanXinErrorLevel getErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
Returns: HanXinErrorLevel
getHanXinECIEncoding()
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.
Returns: int
getHanXinEncodeMode()
public final HanXinEncodeMode getHanXinEncodeMode()
HanXin encoding mode. Default value: EncodeMode.Mixed.
Returns: HanXinEncodeMode
getHanXinErrorLevel()
public final HanXinErrorLevel getHanXinErrorLevel()
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see ErrorLevel.
Returns: HanXinErrorLevel
getHanXinVersion()
public final HanXinVersion getHanXinVersion()
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
Returns: HanXinVersion
getVersion()
public final HanXinVersion getVersion()
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
Returns: HanXinVersion
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setECIEncoding(int value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setEncodeMode(HanXinEncodeMode value)
public final void setEncodeMode(HanXinEncodeMode value)
HanXin encoding mode. Default value: EncodeMode.Mixed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinEncodeMode |
setErrorLevel(HanXinErrorLevel value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | HanXinErrorLevel |
setVersion(HanXinVersion value)
public final void setVersion(HanXinVersion value)
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.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 |