CodabarParameters

Inheritance: java.lang.Object

public class CodabarParameters

Codabar parameters.

Methods

MethodDescription
equals(Object arg0)
getChecksumMode()Get the checksum algorithm for Codabar barcodes.
getClass()
getCodabarChecksumMode()Get the checksum algorithm for Codabar barcodes.
getCodabarStartSymbol()Start symbol (character) of Codabar symbology.
getCodabarStopSymbol()Stop symbol (character) of Codabar symbology.
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.
setCodabarChecksumMode(CodabarChecksumMode value)Set the checksum algorithm for Codabar barcodes.
setCodabarStartSymbol(short value)Start symbol (character) of Codabar symbology.
setCodabarStopSymbol(short value)Stop symbol (character) of Codabar symbology.
setStartSymbol(short value)Start symbol (character) of Codabar symbology.
setStopSymbol(short 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

getCodabarChecksumMode()

public final CodabarChecksumMode getCodabarChecksumMode()

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.

getCodabarStartSymbol()

public final short getCodabarStartSymbol()

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

Returns: short

getCodabarStopSymbol()

public final short getCodabarStopSymbol()

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

Returns: short

getStartSymbol()

public final short getStartSymbol()

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

Returns: short

getStopSymbol()

public final short getStopSymbol()

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

Returns: short

hashCode()

public native 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.

setCodabarChecksumMode(CodabarChecksumMode value)

public final void setCodabarChecksumMode(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.

setCodabarStartSymbol(short value)

public final void setCodabarStartSymbol(short value)

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

Parameters:

ParameterTypeDescription
valueshort

setCodabarStopSymbol(short value)

public final void setCodabarStopSymbol(short value)

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

Parameters:

ParameterTypeDescription
valueshort

setStartSymbol(short value)

public final void setStartSymbol(short value)

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

Parameters:

ParameterTypeDescription
valueshort

setStopSymbol(short value)

public final void setStopSymbol(short value)

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

Parameters:

ParameterTypeDescription
valueshort

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 void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int