CodabarExtendedParameters
Inheritance: java.lang.Object, com.aspose.barcode.barcoderecognition.BaseExtendedParameters
public final class CodabarExtendedParameters extends BaseExtendedParameters
Stores a Codabar additional information of recognized barcode
Methods
| Method | Description |
|---|---|
| equals(Object obj) | Returns a value indicating whether this instance is equal to a specified CodabarExtendedParameters value. |
| getClass() | |
| getCodabarStartSymbol() | Gets a Codabar start symbol. |
| getCodabarStopSymbol() | Gets a Codabar stop symbol. |
| getStartSymbol() | Gets a Codabar start symbol. |
| getStopSymbol() | Gets a Codabar stop symbol. |
| hashCode() | Returns the hash code for this instance. |
| isEmpty() | Tests whether all parameters has only default values |
| notify() | |
| notifyAll() | |
| setCodabarStartSymbol(short value) | Sets a Codabar start symbol. |
| setCodabarStopSymbol(short value) | Sets a Codabar stop symbol. |
| setStartSymbol(short value) | Sets a Codabar start symbol. |
| setStopSymbol(short value) | Sets a Codabar stop symbol. |
| toString() | Returns a human-readable string representation of this CodabarExtendedParameters. |
| 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 CodabarExtendedParameters 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 .
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCodabarStartSymbol()
public final short getCodabarStartSymbol()
Gets a Codabar start symbol. Default value: CodabarSymbol.A
Returns: short - a Codabar start symbol.
getCodabarStopSymbol()
public final short getCodabarStopSymbol()
Gets a Codabar stop symbol. Default value: CodabarSymbol.A
Returns: short - a Codabar stop symbol.
getStartSymbol()
public final short getStartSymbol()
Gets a Codabar start symbol. Default value: CodabarSymbol.A
Returns: short - a Codabar start symbol.
getStopSymbol()
public final short getStopSymbol()
Gets a Codabar stop symbol. Default value: CodabarSymbol.A
Returns: short - a Codabar stop symbol.
hashCode()
public int hashCode()
Returns the hash code for this instance.
Returns: int - A 32-bit signed integer hash code.
isEmpty()
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
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCodabarStartSymbol(short value)
public final void setCodabarStartSymbol(short value)
Sets a Codabar start symbol. Default value: CodabarSymbol.A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | a Codabar start symbol. |
setCodabarStopSymbol(short value)
public final void setCodabarStopSymbol(short value)
Sets a Codabar stop symbol. Default value: CodabarSymbol.A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | a Codabar stop symbol. |
setStartSymbol(short value)
public final void setStartSymbol(short value)
Sets a Codabar start symbol. Default value: CodabarSymbol.A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | a Codabar start symbol. |
setStopSymbol(short value)
public final void setStopSymbol(short value)
Sets a Codabar stop symbol. Default value: CodabarSymbol.A
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | a Codabar stop symbol. |
toString()
public String toString()
Returns a human-readable string representation of this CodabarExtendedParameters.
Returns: java.lang.String - A string that represents this CodabarExtendedParameters.
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 |