MaxiCodeExtendedParameters
Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.BaseExtendedParameters
public class MaxiCodeExtendedParameters extends BaseExtendedParameters
Stores a MaxiCode additional information of recognized barcode
Methods
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() | |
setMaxiCodeMode(int maxiCodeMode) | Sets a MaxiCode encode mode. |
setMaxiCodeStructuredAppendModeBarcodeId(int value) | Sets a MaxiCode barcode id in structured append mode. |
setMaxiCodeStructuredAppendModeBarcodesCount(int value) | Sets a MaxiCode barcodes count in structured append mode. |
toString() | Returns a human-readable string representation of this MaxiCodeExtendedParameters . |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object obj)
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.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHashCode()
public int getHashCode()
Returns the hash code for this instance.
Returns: int - A 32-bit signed integer hash code.
getMaxiCodeMode()
public int getMaxiCodeMode()
Gets a MaxiCode encode mode. Default value: Mode4
Returns: int
getMaxiCodeStructuredAppendModeBarcodeId()
public int getMaxiCodeStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode. Default value: 0
Returns: int
getMaxiCodeStructuredAppendModeBarcodesCount()
public int getMaxiCodeStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode. Default value: -1
Returns: int
hashCode()
public native int hashCode()
Returns: int
isEmpty()
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
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setMaxiCodeMode(int maxiCodeMode)
public void setMaxiCodeMode(int maxiCodeMode)
Sets a MaxiCode encode mode. Default value: Mode4
Parameters:
Parameter | Type | Description |
---|---|---|
maxiCodeMode | int |
setMaxiCodeStructuredAppendModeBarcodeId(int value)
public void setMaxiCodeStructuredAppendModeBarcodeId(int value)
Sets a MaxiCode barcode id in structured append mode. Default value: 0
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMaxiCodeStructuredAppendModeBarcodesCount(int value)
public void setMaxiCodeStructuredAppendModeBarcodesCount(int value)
Sets a MaxiCode barcodes count in structured append mode. Default value: -1
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns a human-readable string representation of this MaxiCodeExtendedParameters .
Returns: java.lang.String - A string that represents this MaxiCodeExtendedParameters .
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 |