public class Temperature
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Temperature> |
CREATOR |
Modifier and Type | Method and Description |
---|---|
double |
degreesCelsius() |
double |
degreesFahrenheit() |
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final android.os.Parcelable.Creator<Temperature> CREATOR
public double degreesCelsius()
public double degreesFahrenheit()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable