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

MethodDescription
equals(Object obj)Returns a value indicating whether this instance is equal to a specified CodabarExtendedParameters value.
getClass()
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()
setStartSymbol(CodabarSymbol value)Sets a Codabar start symbol.
setStopSymbol(CodabarSymbol 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:

ParameterTypeDescription
objjava.lang.ObjectAn 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

getStartSymbol()

public final CodabarSymbol getStartSymbol()

Gets a Codabar start symbol. Default value: CodabarSymbol.A

Returns: CodabarSymbol - a Codabar start symbol.

getStopSymbol()

public final CodabarSymbol getStopSymbol()

Gets a Codabar stop symbol. Default value: CodabarSymbol.A

Returns: CodabarSymbol - 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()

setStartSymbol(CodabarSymbol value)

public final void setStartSymbol(CodabarSymbol value)

Sets a Codabar start symbol. Default value: CodabarSymbol.A

Parameters:

ParameterTypeDescription
valueCodabarSymbola Codabar start symbol.

setStopSymbol(CodabarSymbol value)

public final void setStopSymbol(CodabarSymbol value)

Sets a Codabar stop symbol. Default value: CodabarSymbol.A

Parameters:

ParameterTypeDescription
valueCodabarSymbola 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int