public class ActionConfig
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ActionConfig> |
CREATOR |
int |
firstNumberValue
First number value.
|
java.lang.String |
firstStringValue
First string value.
|
int |
index
Action index (ScanConst.ActionIndex)
|
int |
lengthOfFirstString
First string length.
|
int |
lengthOfSecondString
Second string length.
|
int |
order
Action order (priority). (0 base)
|
int |
secondNumberValue
Second number value.
|
java.lang.String |
secondStringValue
Second string value.
|
Constructor and Description |
---|
ActionConfig()
Constructor of ActionConfig.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents()
Describe the kinds of special objects contained in this Parcelable's marchalled representation.
|
void |
readFromParcel(android.os.Parcel in)
Set the rectangle's coordinates from the data stored in the specified parcel.
|
void |
writeToParcel(android.os.Parcel dest,
int flags)
Write this rectangle to the specified parcel.
|
public int index
public int order
public int firstNumberValue
public int secondNumberValue
public int lengthOfFirstString
public java.lang.String firstStringValue
public int lengthOfSecondString
public java.lang.String secondStringValue
public static final android.os.Parcelable.Creator<ActionConfig> CREATOR
public void readFromParcel(android.os.Parcel in)
in
- The parcel to read the rectangle's coordinate fromwriteToParcel()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
dest
- The parcel to write the rectangle's coordinate intoflags
- Additional flags about how the object should be written. Unused.readFromParcel()