public final class NameValue extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<NameValue> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Object object) |
String |
getName() |
String |
getValue() |
static NameValue |
header(String name,
String value) |
void |
writeToParcel(Parcel parcel,
int arg1) |
public static final Parcelable.Creator<NameValue> CREATOR
public final String getName()
public final String getValue()
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel parcel, int arg1)
writeToParcel
in interface Parcelable