|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.SymbologyConfigBase
public class SymbologyConfigBase
Field Summary | |
---|---|
static |
CREATOR
|
protected int |
m_flags
|
protected int |
m_mask
|
protected int |
m_maxLength
|
protected int |
m_minLength
|
protected int |
m_symID
|
Constructor Summary | |
---|---|
SymbologyConfigBase()
construct of SymbologyConfigBase. |
Method Summary | |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation. |
void |
enableSymbology(boolean b)
This function is used to enable or disable symbology. |
protected int |
getFlags()
This function is used to get flag value,bitwise OR all the enabled symbology property to produce this value. |
protected int |
getMask()
This function is used to get Mask value. |
protected int |
getMaxLength()
This function is used to get maxmum length of barcode. |
protected int |
getMinLength()
This function is used to get minmum length of barcode. |
protected int |
getSymID()
This function is used to get symbology id. |
void |
readFromParcel(Parcel in)
Set the point's coordinates from the data stored in the specified parcel. |
void |
writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int m_symID
protected int m_mask
protected int m_flags
protected int m_minLength
protected int m_maxLength
public static finalCREATOR
Constructor Detail |
---|
public SymbologyConfigBase()
Method Detail |
---|
public void readFromParcel(Parcel in)
in
- The parcel to read the point's coordinates from.public int describeContents()
public void writeToParcel(Parcel dest, int flags)
dest
- The Parcel in which the object should be written.flags
- Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.public void enableSymbology(boolean b)
b
- if true symbology is enable,Otherwise disable.protected int getSymID()
CommonDefine.SymbologyID
protected int getFlags()
protected int getMask()
CommonDefine.SymbologyMask
protected int getMinLength()
protected int getMaxLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |