| title | BaseExtendedParameters |
|---|---|
| second_title | Aspose.BarCode for Android via Java API Reference |
| description | Basic class for extended parameters of recognized barcode storing |
| type | docs |
| weight | 24 |
| url | /androidjava/com.aspose.barcode.barcoderecognition/baseextendedparameters/ |
Inheritance: java.lang.Object
public abstract class BaseExtendedParameters
Basic class for extended parameters of recognized barcode storing
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| isEmpty() | Tests whether all parameters has only default values |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
public final native Class<?> getClass()
Returns: java.lang.Class<?>
public native int hashCode()
Returns: int
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
public final native void notify()
public final native void notifyAll()
public String toString()
Returns: java.lang.String
public final void wait()
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |