Build 1.0_r1

android.view
Interface ViewDebug.IntToString

All Superinterfaces:
Annotation
Enclosing class:
ViewDebug

public static interface ViewDebug.IntToString
extends Annotation

Defines a mapping from an int value to a String. Such a mapping can be used in a @ExportedProperty to provide more meaningful values to the end user.


Method Summary
 int from()
           
 String to()
           
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

from

int from()

to

String to()

Build 1.0_r1

Please submit a feedback, bug or feature