android.text
Class Annotation
java.lang.Object
android.text.Annotation
- All Implemented Interfaces:
- Parcelable, ParcelableSpan
public class Annotation
- extends Object
- implements ParcelableSpan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation
public Annotation(String key,
String value)
Annotation
public Annotation(Parcel src)
getSpanTypeId
public int getSpanTypeId()
- Specified by:
getSpanTypeId
in interface ParcelableSpan
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel
in interface Parcelable
getKey
public String getKey()
getValue
public String getValue()
Copyright © 2008-2012. All Rights Reserved.