public class ListItem extends Object implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ListItem> |
CREATOR |
| Constructor and Description |
|---|
ListItem(String name,
String value) |
ListItem(String name,
String value,
long id) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
long |
getId() |
String |
getName() |
String |
getValue() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<ListItem> CREATOR
public String getName()
public String getValue()
public long getId()
public int describeContents()
describeContents in interface android.os.ParcelableParcelable.describeContents()public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelableParcelable.writeToParcel(android.os.Parcel, int)This documentation is licensed by Andrew Bowley under the GPLv3 License.