com.honeywell.decodemanager.symbologyconfig
Class SymbologyConfigCodeMinMaxProperty

java.lang.Object
  extended by com.honeywell.decodemanager.SymbologyConfigBase
      extended by com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeMinMaxProperty
Direct Known Subclasses:
SymbologyConfigCodabar, SymbologyConfigCode11, SymbologyConfigCode128, SymbologyConfigCode39, SymbologyConfigCode93, SymbologyConfigCodeAztec, SymbologyConfigCodeChinaPost, SymbologyConfigCodeCodaBlockF, SymbologyConfigCodeComposite, SymbologyConfigCodeDataMatrix, SymbologyConfigCodeGridMatrix, SymbologyConfigCodeGSI128, SymbologyConfigCodeHanXin, SymbologyConfigCodeInt25, SymbologyConfigCodeKoreaPost, SymbologyConfigCodeMatrix2of5, SymbologyConfigCodeMaxicode, SymbologyConfigCodeMicroPDF417, SymbologyConfigCodeMsi, SymbologyConfigCodePDF417, SymbologyConfigCodeQRCode, SymbologyConfigCodeRss, SymbologyConfigCodeStraight2of5_IATA, SymbologyConfigCodeStraight2of5_Industrial, SymbologyConfigCodeTelepen

public class SymbologyConfigCodeMinMaxProperty
extends SymbologyConfigBase

This class is used to set min and max length of symbology.


Field Summary
 
Fields inherited from class com.honeywell.decodemanager.SymbologyConfigBase
CREATOR, m_flags, m_mask, m_maxLength, m_minLength, m_symID
 
Constructor Summary
SymbologyConfigCodeMinMaxProperty()
           
 
Method Summary
 void setMaxLength(int maxlength)
          This function is used to set maxmum length of barcode.
 void setMinLength(int minlength)
          This function is used to set minmum length of barcode.
 
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

SymbologyConfigCodeMinMaxProperty

public SymbologyConfigCodeMinMaxProperty()
Method Detail

setMinLength

public void setMinLength(int minlength)
This function is used to set minmum length of barcode.

Parameters:
minlength - minmum length of barcode.

setMaxLength

public void setMaxLength(int maxlength)
This function is used to set maxmum length of barcode.

Parameters:
maxlength - maxmum length of barcode.