com.honeywell.decodemanager.symbologyconfig
Class SymbologyConfigCodabar

java.lang.Object
  extended by com.honeywell.decodemanager.SymbologyConfigBase
      extended by com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeMinMaxProperty
          extended by com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodabar

public class SymbologyConfigCodabar
extends SymbologyConfigCodeMinMaxProperty

This class is used to configure codabar symbology property.


Field Summary
 
Fields inherited from class com.honeywell.decodemanager.SymbologyConfigBase
CREATOR, m_flags, m_mask, m_maxLength, m_minLength, m_symID
 
Constructor Summary
SymbologyConfigCodabar()
          Constructor of SymbologyConfigCodabar.
 
Method Summary
 void enableCheckEnable(boolean b)
          This function is used to enable or disable check character property
 void enableCheckTransmit(boolean b)
          This function is used to enable or disable Send check character property.
 void enableConcatenate(boolean b)
          This function is used to enable or disable Concatenate property
 void enableStartStopTransmit(boolean b)
          This function is used to enable or disable property of Include the start and stop characters in the decoded result string.
 
Methods inherited from class com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeMinMaxProperty
setMaxLength, setMinLength
 
Methods inherited from class com.honeywell.decodemanager.SymbologyConfigBase
describeContents, enableSymbology, getFlags, getMask, getMaxLength, getMinLength, getSymID, readFromParcel, writeToParcel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbologyConfigCodabar

public SymbologyConfigCodabar()
Constructor of SymbologyConfigCodabar.

Method Detail

enableConcatenate

public void enableConcatenate(boolean b)
This function is used to enable or disable Concatenate property

Parameters:
b - if true then enable the property,or disable.

enableCheckEnable

public void enableCheckEnable(boolean b)
This function is used to enable or disable check character property

Parameters:
b - if true then enable the property,or disable.

enableCheckTransmit

public void enableCheckTransmit(boolean b)
This function is used to enable or disable Send check character property.

Parameters:
b - if true then enable the property,or disable.

enableStartStopTransmit

public void enableStartStopTransmit(boolean b)
This function is used to enable or disable property of Include the start and stop characters in the decoded result string.

Parameters:
b - if true then Include the start and stop characters in the decoded result string,or it will not include.