Uses of Class
org.androidannotations.rclass.IRClass.Res

Packages that use IRClass.Res
org.androidannotations.helper   
org.androidannotations.model   
org.androidannotations.rclass   
 

Uses of IRClass.Res in org.androidannotations.helper
 

Methods in org.androidannotations.helper with parameters of type IRClass.Res
 void IdValidatorHelper.annotationParameterIsOptionalValidResId(Element element, IRClass.Res res, String parameterName, IsValid valid)
           
 boolean IdAnnotationHelper.containsField(String name, IRClass.Res res)
           
 boolean IdAnnotationHelper.containsIdValue(Integer idValue, IRClass.Res res)
           
 List<com.sun.codemodel.JFieldRef> IdAnnotationHelper.extractAnnotationFieldRefs(ProcessHolder holder, Element element, IRClass.Res res, boolean useElementName)
           
 List<String> IdAnnotationHelper.extractAnnotationResources(Element element, IRClass.Res res, boolean useElementName)
           
 com.sun.codemodel.JFieldRef IdAnnotationHelper.extractOneAnnotationFieldRef(ProcessHolder holder, Element element, IRClass.Res res, boolean useElementName)
           
 com.sun.codemodel.JFieldRef IdAnnotationHelper.extractOneAnnotationFieldRef(ProcessHolder holder, Element element, String annotationName, IRClass.Res res, boolean useElementName)
           
 void IdValidatorHelper.resIdsExist(Element element, IRClass.Res res, IdValidatorHelper.FallbackStrategy fallbackStrategy, IsValid valid)
           
 

Uses of IRClass.Res in org.androidannotations.model
 

Methods in org.androidannotations.model that return IRClass.Res
 IRClass.Res AndroidRes.getRInnerClass()
           
 

Uses of IRClass.Res in org.androidannotations.rclass
 

Methods in org.androidannotations.rclass that return IRClass.Res
static IRClass.Res IRClass.Res.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IRClass.Res[] IRClass.Res.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.androidannotations.rclass with parameters of type IRClass.Res
 IRInnerClass RClass.get(IRClass.Res res)
           
 IRInnerClass IRClass.get(IRClass.Res res)
           
 IRInnerClass CoumpoundRClass.get(IRClass.Res res)
           
 



Copyright © 2010-2014. All Rights Reserved.