|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.androidannotations.holder.BaseGeneratedClassHolder
org.androidannotations.holder.EComponentHolder
org.androidannotations.holder.EServiceHolder
org.androidannotations.holder.EIntentServiceHolder
public class EIntentServiceHolder
Field Summary |
---|
Fields inherited from class org.androidannotations.holder.EComponentHolder |
---|
contextRef, init |
Fields inherited from class org.androidannotations.holder.BaseGeneratedClassHolder |
---|
annotatedElement, codeModelHelper, generatedClass, processHolder |
Constructor Summary | |
---|---|
EIntentServiceHolder(ProcessHolder processHolder,
TypeElement annotatedElement,
AndroidManifest androidManifest)
|
Method Summary | |
---|---|
com.sun.codemodel.JBlock |
getOnHandleIntentBody()
|
com.sun.codemodel.JVar |
getOnHandleIntentIntent()
|
com.sun.codemodel.JVar |
getOnHandleIntentIntentAction()
|
com.sun.codemodel.JMethod |
getOnHandleIntentMethod()
|
Methods inherited from class org.androidannotations.holder.EServiceHolder |
---|
getIntentBuilder, getIntentBuilderClass, getIntentField, setContextRef, setInit, setIntentBuilderClass, setIntentField |
Methods inherited from class org.androidannotations.holder.EComponentHolder |
---|
getContextRef, getDatabaseHelperRef, getHandler, getInit, getInitBody, getResourcesRef |
Methods inherited from class org.androidannotations.holder.BaseGeneratedClassHolder |
---|
classes, codeModel, definedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass, setGeneratedClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.androidannotations.holder.GeneratedClassHolder |
---|
classes, codeModel, definedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass |
Constructor Detail |
---|
public EIntentServiceHolder(ProcessHolder processHolder, TypeElement annotatedElement, AndroidManifest androidManifest) throws Exception
Exception
Method Detail |
---|
public com.sun.codemodel.JVar getOnHandleIntentIntent()
public com.sun.codemodel.JMethod getOnHandleIntentMethod()
public com.sun.codemodel.JBlock getOnHandleIntentBody()
public com.sun.codemodel.JVar getOnHandleIntentIntentAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |