public class Annotation extends Object implements ParcelableSpan
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
Annotation(Parcel src) |
Annotation(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
String |
getKey() |
int |
getSpanTypeId() |
String |
getValue() |
void |
writeToParcel(Parcel dest,
int flags) |
public Annotation(Parcel src)
public int getSpanTypeId()
getSpanTypeId in interface ParcelableSpanpublic int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic String getKey()
public String getValue()
Copyright © 2008-2013. All Rights Reserved.