com.honeywell.decodemanager.symbologyconfig
Class SymbologyConfigCodeUPCE

java.lang.Object
  extended by com.honeywell.decodemanager.SymbologyConfigBase
      extended by com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeUPCE

public class SymbologyConfigCodeUPCE
extends SymbologyConfigBase

This class is used to configure UPC E symbology.


Field Summary
 
Fields inherited from class com.honeywell.decodemanager.SymbologyConfigBase
CREATOR, m_flags, m_mask, m_maxLength, m_minLength, m_symID
 
Constructor Summary
SymbologyConfigCodeUPCE()
          Constructor of SymbologyConfigCodeUPCE.
 
Method Summary
 void enableAddenda2Digit(boolean b)
          This function is used to enable or disable 2 digit Addenda property.
 void enableAddenda5Digit(boolean b)
          This function is used to enable or disable 5 digit Addenda property.
 void enableAddendaRequired(boolean b)
          This function is used to enable or disable Only allow codes with addenda property.
 void enableAddendaSeparator(boolean b)
          This function is used to enable or disable property of Include Addenda separator space in returned string.
 void enableCheckTransmit(boolean b)
          This function is used to enable or disable Send check character property.
 void enableSendNumSys(boolean b)
          This function is used to enable or disable Send Num Sys property.
 void enableUPCE(boolean b)
          This function is used to enable or disable UPC-E1 property.
 
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

SymbologyConfigCodeUPCE

public SymbologyConfigCodeUPCE()
Constructor of SymbologyConfigCodeUPCE.

Method Detail

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.

enableAddenda2Digit

public void enableAddenda2Digit(boolean b)
This function is used to enable or disable 2 digit Addenda property.

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

enableAddenda5Digit

public void enableAddenda5Digit(boolean b)
This function is used to enable or disable 5 digit Addenda property.

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

enableAddendaRequired

public void enableAddendaRequired(boolean b)
This function is used to enable or disable Only allow codes with addenda property.

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

enableAddendaSeparator

public void enableAddendaSeparator(boolean b)
This function is used to enable or disable property of Include Addenda separator space in returned string.

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

enableSendNumSys

public void enableSendNumSys(boolean b)
This function is used to enable or disable Send Num Sys property.

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

enableUPCE

public void enableUPCE(boolean b)
This function is used to enable or disable UPC-E1 property.

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