public class ConditionConfig
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ConditionConfig> |
CREATOR |
int |
dataLength
Data length. (0 is any length)
|
int |
stringPosition
String position. (1 is first character)
|
java.lang.String |
stringValue
String value.
|
int |
symbologyHigh
SymbologyHigh value.
|
int |
symbologyLow
SymbologyLow value.
|
int |
symbologyMiddle
SymbologyMiddle value.
|
Constructor and Description |
---|
ConditionConfig()
Constructor of ConditionConfig.
|
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 symbologyLow
public int symbologyMiddle
public int symbologyHigh
public int dataLength
public int stringPosition
public java.lang.String stringValue
public static final android.os.Parcelable.Creator<ConditionConfig> 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()