|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.barcode.SymbologyConfig
public class SymbologyConfig
Field Summary | |
---|---|
static |
CREATOR
|
int |
Flags
Flag value,bitwise OR all the enabled symbology property to produce this value. |
int |
Mask
Mask value. |
int |
MaxLength
maxmum length of barcode. |
int |
MinLength
minmum length of barcode. |
int |
symID
Symbology id. |
Constructor Summary | |
---|---|
SymbologyConfig()
Constructor of CenteringWindow. |
|
SymbologyConfig(int symbologyID)
Constructor of CenteringWindow. |
Method Summary | |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marshalled representation. |
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 |
---|
public int symID
com.honeywell.decodecommon.barcode.CommonDefine.SymbologyID
public int Mask
com.honeywell.decodecommon.barcode.CommonDefine.SymbologyMask
public int Flags
public int MinLength
public int MaxLength
public static finalCREATOR
Constructor Detail |
---|
public SymbologyConfig()
public SymbologyConfig(int symbologyID)
symbologyID
- One of the com.honeywell.decodecommon.barcode.CommonDefine.SymbologyID
, eg SYM_CODE39.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |