|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRClass.Res | |
---|---|
com.googlecode.androidannotations.helper | |
com.googlecode.androidannotations.model | |
com.googlecode.androidannotations.rclass |
Uses of IRClass.Res in com.googlecode.androidannotations.helper |
---|
Methods in com.googlecode.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(EBeanHolder 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(EBeanHolder holder,
Element element,
IRClass.Res res,
boolean useElementName)
|
void |
IdValidatorHelper.resIdsExist(Element element,
IRClass.Res res,
IdValidatorHelper.FallbackStrategy fallbackStrategy,
IsValid valid)
|
Uses of IRClass.Res in com.googlecode.androidannotations.model |
---|
Methods in com.googlecode.androidannotations.model that return IRClass.Res | |
---|---|
IRClass.Res |
AndroidRes.getRInnerClass()
|
Uses of IRClass.Res in com.googlecode.androidannotations.rclass |
---|
Methods in com.googlecode.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 com.googlecode.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |