android.text
Class Annotation

java.lang.Object
  extended by android.text.Annotation
All Implemented Interfaces:
Parcelable, ParcelableSpan

public class Annotation
extends Object
implements ParcelableSpan


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
Annotation(Parcel src)
           
Annotation(String key, String value)
           
 
Method Summary
 int describeContents()
           
 String getKey()
           
 int getSpanTypeId()
           
 String getValue()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotation

public Annotation(String key,
                  String value)

Annotation

public Annotation(Parcel src)
Method Detail

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.