Skip to content

Latest commit

 

History

History
181 lines (126 loc) · 4.17 KB

File metadata and controls

181 lines (126 loc) · 4.17 KB
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

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()
toString() Returns a human-readable string representation of this MaxiCodeExtendedParameters .
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object obj) {#equals-java.lang.Object-}

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() {#getClass--}

public final native Class<?> getClass()

Returns: java.lang.Class<?>

getHashCode() {#getHashCode--}

public int getHashCode()

Returns the hash code for this instance.

Returns: int - A 32-bit signed integer hash code.

getMaxiCodeMode() {#getMaxiCodeMode--}

public int getMaxiCodeMode()

Gets a MaxiCode encode mode. Default value: Mode4

Returns: int

getMaxiCodeStructuredAppendModeBarcodeId() {#getMaxiCodeStructuredAppendModeBarcodeId--}

public int getMaxiCodeStructuredAppendModeBarcodeId()

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

Returns: int

getMaxiCodeStructuredAppendModeBarcodesCount() {#getMaxiCodeStructuredAppendModeBarcodesCount--}

public int getMaxiCodeStructuredAppendModeBarcodesCount()

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

Returns: int

hashCode() {#hashCode--}

public native int hashCode()

Returns: int

isEmpty() {#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() {#notify--}

public final native void notify()

notifyAll() {#notifyAll--}

public final native void notifyAll()

toString() {#toString--}

public String toString()

Returns a human-readable string representation of this MaxiCodeExtendedParameters .

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

wait() {#wait--}

public final void wait()

wait(long arg0) {#wait-long-}

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1) {#wait-long-int-}

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int