|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public static @interface ViewDebug.IntToString
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.
ViewDebug.ExportedProperty| Required Element Summary | |
|---|---|
int |
from
The original int value to map to a String. |
String |
to
The String to use in place of the original int value. |
| Element Detail |
|---|
public abstract int from
public abstract String to
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||