BarCodeExtendedParameters
Inheritance: java.lang.Object
public final class BarCodeExtendedParameters
Stores extended parameters of recognized barcode
Methods
Method | Description |
---|---|
equals(Object obj) | Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. |
getAztec() | Gets a Aztec additional information AztecExtendedParameters of recognized barcode |
getClass() | |
getCodabar() | Gets a Codabar additional information CodabarExtendedParameters of recognized barcode |
getCode128() | Gets a special data Code128ExtendedParameters of Code128 recognized barcode |
getDataBar() | Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode |
getDataMatrix() | Gets a DataMatrix additional information DataMatrixExtendedParameters of recognized barcode |
getDotCode() | Gets a DataMatrix additional information DotCodeExtendedParameters of recognized barcode |
getGS1CompositeBar() | Gets a GS1CompositeBar additional information GS1CompositeBarExtendedParameters of recognized barcode |
getMaxiCode() | Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode |
getOneD() | Gets a special data OneDExtendedParameters of 1D recognized barcode |
getPdf417() | Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode |
getQR() | Gets a QR Structured Append information QRExtendedParameters of recognized barcode |
hashCode() | Returns the hash code for this instance. |
notify() | |
notifyAll() | |
toString() | Returns a human-readable string representation of this BarCodeExtendedParameters . |
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 BarCodeExtendedParameters value.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | An System.Object value to compare to this instance. |
Returns: boolean - true if obj has the same value as this instance; otherwise, false .
getAztec()
public AztecExtendedParameters getAztec()
Gets a Aztec additional information AztecExtendedParameters of recognized barcode
Value: A Aztec additional information AztecExtendedParameters of recognized barcode
Returns: com.aspose.barcode.barcoderecognition.AztecExtendedParameters
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCodabar()
public CodabarExtendedParameters getCodabar()
Gets a Codabar additional information CodabarExtendedParameters of recognized barcode
Returns: CodabarExtendedParameters - A Codabar additional information CodabarExtendedParameters of recognized barcode
getCode128()
public Code128ExtendedParameters getCode128()
Gets a special data Code128ExtendedParameters of Code128 recognized barcode
Value: A special data Code128ExtendedParameters of Code128 recognized barcode
Returns: Code128ExtendedParameters
getDataBar()
public DataBarExtendedParameters getDataBar()
Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode
Returns: DataBarExtendedParameters - A DataBar additional informationDataBarExtendedParameters of recognized barcode
getDataMatrix()
public DataMatrixExtendedParameters getDataMatrix()
Gets a DataMatrix additional information DataMatrixExtendedParameters of recognized barcode
Value: A DataMatrix additional information DataMatrixExtendedParameters of recognized barcode
Returns: DataMatrixExtendedParameters
getDotCode()
public DotCodeExtendedParameters getDotCode()
Gets a DataMatrix additional information DotCodeExtendedParameters of recognized barcode
Value: A DotCode additional information DotCodeExtendedParameters of recognized barcode
Returns: DotCodeExtendedParameters
getGS1CompositeBar()
public GS1CompositeBarExtendedParameters getGS1CompositeBar()
Gets a GS1CompositeBar additional information GS1CompositeBarExtendedParameters of recognized barcode
Value: A GS1CompositeBar additional information GS1CompositeBarExtendedParameters of recognized barcode
Returns: com.aspose.barcode.barcoderecognition.GS1CompositeBarExtendedParameters
getMaxiCode()
public MaxiCodeExtendedParameters getMaxiCode()
Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode
Returns: MaxiCodeExtendedParameters - A MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode
getOneD()
public OneDExtendedParameters getOneD()
Gets a special data OneDExtendedParameters of 1D recognized barcode
Value: A special data OneDExtendedParameters of 1D recognized barcode
Returns: OneDExtendedParameters
getPdf417()
public Pdf417ExtendedParameters getPdf417()
Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode
Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode
Returns: Pdf417ExtendedParameters
getQR()
public QRExtendedParameters getQR()
Gets a QR Structured Append information QRExtendedParameters of recognized barcode
Value: A QR Structured Append information QRExtendedParameters of recognized barcode
Returns: QRExtendedParameters
hashCode()
public int hashCode()
Returns the hash code for this instance.
Returns: int - A 32-bit signed integer hash code.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a human-readable string representation of this BarCodeExtendedParameters .
Returns: java.lang.String - A string that represents this BarCodeExtendedParameters .
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |