public class ProfilePropertyEditorBase
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<ProfilePropertyEditorBase> |
CREATOR |
protected java.lang.String |
editType |
protected java.util.Properties |
properties |
| Modifier | Constructor and Description |
|---|---|
protected |
ProfilePropertyEditorBase(android.os.Parcel in) |
protected |
ProfilePropertyEditorBase(java.lang.String editType) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
int |
describeContents() |
java.lang.String |
getEditType() |
java.util.Properties |
getProperties() |
protected void |
putProperty(java.lang.String name,
java.lang.Object value) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
protected java.lang.String editType
protected java.util.Properties properties
public static final android.os.Parcelable.Creator<ProfilePropertyEditorBase> CREATOR
protected ProfilePropertyEditorBase(java.lang.String editType)
protected ProfilePropertyEditorBase(android.os.Parcel in)
protected void putProperty(java.lang.String name,
java.lang.Object value)
public java.lang.String getEditType()
public java.util.Properties getProperties()
public void commit()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable