Uses of Class
com.googlecode.androidannotations.model.AndroidRes

Packages that use AndroidRes
com.googlecode.androidannotations.model   
com.googlecode.androidannotations.processing   
com.googlecode.androidannotations.validation   
 

Uses of AndroidRes in com.googlecode.androidannotations.model
 

Methods in com.googlecode.androidannotations.model that return AndroidRes
static AndroidRes AndroidRes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AndroidRes[] AndroidRes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AndroidRes in com.googlecode.androidannotations.processing
 

Constructors in com.googlecode.androidannotations.processing with parameters of type AndroidRes
ResProcessor(AndroidRes androidValue, IRClass rClass)
           
 

Uses of AndroidRes in com.googlecode.androidannotations.validation
 

Constructors in com.googlecode.androidannotations.validation with parameters of type AndroidRes
ResValidator(AndroidRes androidValue, javax.annotation.processing.ProcessingEnvironment processingEnv, IRClass rClass)
           
 



Copyright © 2010-2012. All Rights Reserved.