public final class MaxiCodeExtendedParameters extends BaseExtendedParameters
Stores a MaxiCode additional information of recognized barcode
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified
MaxiCodeExtendedParameters value. |
int |
getMaxiCodeMode()
Deprecated.
Use Mode instead
|
int |
getMaxiCodeStructuredAppendModeBarcodeId()
Deprecated.
Use StructuredAppendModeBarcodeId instead
|
int |
getMaxiCodeStructuredAppendModeBarcodesCount()
Deprecated.
Use StructuredAppendModeBarcodesCount instead
|
int |
getMode()
Gets a MaxiCode encode mode.
|
int |
getStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode.
|
int |
getStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode.
|
int |
hashCode()
Returns the hash code for this instance.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
MaxiCodeExtendedParameters. |
isEmptypublic final int getMode()
Gets a MaxiCode encode mode. Default value: Mode4
@Deprecated public final int getMaxiCodeMode()
Gets a MaxiCode encode mode. Default value: Mode4
public final int getStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode. Default value: 0
@Deprecated public final int getMaxiCodeStructuredAppendModeBarcodeId()
Gets a MaxiCode barcode id in structured append mode. Default value: 0
public final int getStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode. Default value: -1
@Deprecated public final int getMaxiCodeStructuredAppendModeBarcodesCount()
Gets a MaxiCode barcodes count in structured append mode. Default value: -1
public boolean equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified MaxiCodeExtendedParameters value.
equals in class java.lang.Objectobj - An System.Object value to compare to this instance.<b>true</b> if obj has the same value as this instance; otherwise, <b>false</b>.public int hashCode()
Returns the hash code for this instance.
hashCode in class java.lang.Objectpublic java.lang.String toString()
Returns a human-readable string representation of this MaxiCodeExtendedParameters.
toString in class java.lang.ObjectMaxiCodeExtendedParameters.