public final class BarCodeExtendedParameters
extends java.lang.Object
Stores extended parameters 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
BarCodeExtendedParameters value. |
Code128ExtendedParameters |
getCode128()
Gets a special data
Code128ExtendedParameters of Code128 recognized barcode |
DataBarExtendedParameters |
getDataBar()
Gets a DataBar additional information
|
OneDExtendedParameters |
getOneD()
Gets a special data
OneDExtendedParameters of 1D recognized barcode |
Pdf417ExtendedParameters |
getPdf417()
Gets a MacroPdf417 metadata information
Pdf417ExtendedParameters of recognized barcode |
QRExtendedParameters |
getQR()
Gets a QR Structured Append information
QRExtendedParameters of recognized barcode |
int |
hashCode()
Returns the hash code for this instance.
|
java.lang.String |
toString()
Returns a human-readable string representation of this
BarCodeExtendedParameters . |
public OneDExtendedParameters getOneD()
Gets a special data OneDExtendedParameters
of 1D recognized barcode
OneDExtendedParameters
of 1D recognized barcodepublic Code128ExtendedParameters getCode128()
Gets a special data Code128ExtendedParameters
of Code128 recognized barcode
Code128ExtendedParameters
of Code128 recognized barcodepublic QRExtendedParameters getQR()
Gets a QR Structured Append information QRExtendedParameters
of recognized barcode
QRExtendedParameters
of recognized barcodepublic Pdf417ExtendedParameters getPdf417()
Gets a MacroPdf417 metadata information Pdf417ExtendedParameters
of recognized barcode
Pdf417ExtendedParameters
of recognized barcodepublic DataBarExtendedParameters getDataBar()
public boolean equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters
value.
equals
in class java.lang.Object
obj
- 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.Object
public java.lang.String toString()
Returns a human-readable string representation of this BarCodeExtendedParameters
.
toString
in class java.lang.Object
BarCodeExtendedParameters
.