Methods
equals(obj)
Returns a value indicating whether this instance is equal to a specified value.
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
An Object value to compare to this instance. |
Returns:
| Type | Description |
|---|---|
| true if obj has the same value as this instance; otherwise, false. |
- Source:
getMaxiCodeMode()
Gets a MaxiCode encode mode.
Default value: Mode4
Deprecated:
This property is obsolete and will be removed in future releases. Instead, use the getMode().
- Source:
getMaxiCodeStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode.
Default value: 0
Deprecated:
This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarcodeId().
- Source:
getMaxiCodeStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode.
Default value: -1
Deprecated:
This property is obsolete and will be removed in future releases. Instead, use the getStructuredAppendModeBarcodesCount().
- Source:
getMode()
Gets a MaxiCode encode mode. Default value: Mode4
Returns:
| Type | Description |
|---|---|
| a MaxiCode encode mode. |
- Source:
getStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode. Default value: 0
Returns:
| Type | Description |
|---|---|
| a MaxiCode barcode id in structured append mode. |
- Source:
getStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode. Default value: -1
Returns:
| Type | Description |
|---|---|
| a MaxiCode barcodes count in structured append mode. |
- Source:
hashCode()
Returns the hash code for this instance.
Returns:
| Type | Description |
|---|---|
| A 32-bit signed integer hash code. |
- Source:
toString()
Returns a human-readable string representation of this .
Returns:
| Type | Description |
|---|---|
|
A string that represents this |
- Source: