|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.SymbologyConfigBase
com.honeywell.decodemanager.symbologyconfig.SymbologyConfigCodeMinMaxProperty
public class SymbologyConfigCodeMinMaxProperty
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 |
---|
public SymbologyConfigCodeMinMaxProperty()
Method Detail |
---|
public void setMinLength(int minlength)
minlength
- minmum length of barcode.public void setMaxLength(int maxlength)
maxlength
- maxmum length of barcode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |