MaxiCodeExtendedParameters

Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.BaseExtendedParameters

public class MaxiCodeExtendedParameters extends BaseExtendedParameters

Stores a MaxiCode additional information of recognized barcode

Methods

MethodDescription
equals(Object obj)Returns a value indicating whether this instance is equal to a specified 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 .
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 value.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectAn 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:

ParameterTypeDescription
maxiCodeModeint

setMaxiCodeStructuredAppendModeBarcodeId(int value)

public void setMaxiCodeStructuredAppendModeBarcodeId(int value)

Sets a MaxiCode barcode id in structured append mode. Default value: 0

Parameters:

ParameterTypeDescription
valueint

setMaxiCodeStructuredAppendModeBarcodesCount(int value)

public void setMaxiCodeStructuredAppendModeBarcodesCount(int value)

Sets a MaxiCode barcodes count in structured append mode. Default value: -1

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns a human-readable string representation of this .

Returns: java.lang.String - A string that represents this .

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int