public class ScannerInputType
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
ScannerInputType.Type |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ScannerInputType> |
CREATOR |
| Constructor and Description |
|---|
ScannerInputType(ScannerInputType.Type Type) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
ScannerInputType.Type |
getType() |
void |
setType(ScannerInputType.Type Type) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ScannerInputType> CREATOR
public ScannerInputType(ScannerInputType.Type Type)
public ScannerInputType.Type getType()
public void setType(ScannerInputType.Type Type)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable