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 |
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.
|
static boolean |
op_Equality(BarCodeExtendedParameters first,
BarCodeExtendedParameters second)
Returns a value indicating whether the first
BarCodeExtendedParameters value is equal to the second. |
static boolean |
op_Inequality(BarCodeExtendedParameters first,
BarCodeExtendedParameters second)
Returns a value indicating if the first
BarCodeExtendedParameters value is different from the second. |
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 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.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 static boolean op_Equality(BarCodeExtendedParameters first, BarCodeExtendedParameters second)
Returns a value indicating whether the first BarCodeExtendedParameters value is equal to the second.
first - A first compared valuesecond - A second compared value<b>true</b> if first has the same value as second; otherwise, <b>false</b>.public static boolean op_Inequality(BarCodeExtendedParameters first, BarCodeExtendedParameters second)
Returns a value indicating if the first BarCodeExtendedParameters value is different from the second.
first - A first compared valuesecond - A second compared value<b>true</b> if first has the different value from second; 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 BarCodeExtendedParameters.
toString in class java.lang.ObjectBarCodeExtendedParameters.