| title | MaxiCodeExtendedParameters |
|---|---|
| second_title | Aspose.BarCode for Android via Java API Reference |
| description | Stores a MaxiCode additional information of recognized barcode |
| type | docs |
| weight | 36 |
| url | /androidjava/com.aspose.barcode.barcoderecognition/maxicodeextendedparameters/ |
Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.BaseExtendedParameters
public class MaxiCodeExtendedParameters extends BaseExtendedParameters
Stores a MaxiCode additional information of recognized barcode
| Method | Description |
|---|---|
| equals(Object obj) | Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value. |
| getClass() | |
| getHashCode() | Returns the hash code for this instance. |
| getMaxiCodeMode() | Gets a MaxiCode encode mode. |
| getMaxiCodeStructuredAppendModeBarcodeId() | Gets a MaxiCode barcode id in structured append mode. |
| getMaxiCodeStructuredAppendModeBarcodesCount() | Gets a MaxiCode barcodes count in structured append mode. |
| hashCode() | |
| isEmpty() | Tests whether all parameters has only default values |
| notify() | |
| notifyAll() | |
| toString() | Returns a human-readable string representation of this MaxiCodeExtendedParameters . |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | An java.lang.Object value to compare to this instance. |
Returns: boolean - true if obj has the same value as this instance; otherwise, false.
public final native Class<?> getClass()
Returns: java.lang.Class<?>
public int getHashCode()
Returns the hash code for this instance.
Returns: int - A 32-bit signed integer hash code.
public int getMaxiCodeMode()
Gets a MaxiCode encode mode. Default value: Mode4
Returns: int
public int getMaxiCodeStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode. Default value: 0
Returns: int
public int getMaxiCodeStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode. Default value: -1
Returns: int
public native int hashCode()
Returns: int
public boolean isEmpty()
Tests whether all parameters has only default values
Value: Returns true if all parameters has only default values; otherwise, false .
Returns: boolean
public final native void notify()
public final native void notifyAll()
public String toString()
Returns a human-readable string representation of this MaxiCodeExtendedParameters .
Returns: java.lang.String - A string that represents this MaxiCodeExtendedParameters .
public final void wait()
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |