public class AustralianPostal
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<AustralianPostal> |
CREATOR |
boolean |
enabled
読み取り有効/無効 Read enabled / disabled |
Constructor and Description |
---|
AustralianPostal() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(AustralianPostal e) |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean enabled
public static final android.os.Parcelable.Creator<AustralianPostal> CREATOR
public void setDefault()
public boolean equals(AustralianPostal e)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable