CodabarParameters

Inheritance: java.lang.Object

public class CodabarParameters

Codabar parameters.

Methods

MethodDescription
equals(Object arg0)
getChecksumMode()Get the checksum algorithm for Codabar barcodes.
getClass()
getStartSymbol()Start symbol (character) of Codabar symbology.
getStopSymbol()Stop symbol (character) of Codabar symbology.
hashCode()
notify()
notifyAll()
setChecksumMode(CodabarChecksumMode value)Set the checksum algorithm for Codabar barcodes.
setStartSymbol(CodabarSymbol value)Start symbol (character) of Codabar symbology.
setStopSymbol(CodabarSymbol value)Stop symbol (character) of Codabar symbology.
toString()Returns a human-readable string representation of this CodabarParameters.
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getChecksumMode()

public final CodabarChecksumMode getChecksumMode()

Get the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode (#getChecksumMode.getChecksumMode/#setChecksumMode.setChecksumMode).

Returns: CodabarChecksumMode - the checksum algorithm for Codabar barcodes.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getStartSymbol()

public final CodabarSymbol getStartSymbol()

Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Returns: CodabarSymbol

getStopSymbol()

public final CodabarSymbol getStopSymbol()

Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Returns: CodabarSymbol

hashCode()

public final int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setChecksumMode(CodabarChecksumMode value)

public final void setChecksumMode(CodabarChecksumMode value)

Set the checksum algorithm for Codabar barcodes. Default value: CodabarChecksumMode.Mod16. To enable checksum calculation set value EnableChecksum.Yes to property EnableChecksum. See ChecksumMode (#getChecksumMode.getChecksumMode/#setChecksumMode.setChecksumMode).

Parameters:

ParameterTypeDescription
valueCodabarChecksumModethe checksum algorithm for Codabar barcodes.

setStartSymbol(CodabarSymbol value)

public final void setStartSymbol(CodabarSymbol value)

Start symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Parameters:

ParameterTypeDescription
valueCodabarSymbol

setStopSymbol(CodabarSymbol value)

public final void setStopSymbol(CodabarSymbol value)

Stop symbol (character) of Codabar symbology. Default value: CodabarSymbol.A

Parameters:

ParameterTypeDescription
valueCodabarSymbol

toString()

public String toString()

Returns a human-readable string representation of this CodabarParameters.

Returns: java.lang.String - A string that represents this CodabarParameters.

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