org.androidannotations.holder
Class EIntentServiceHolder

java.lang.Object
  extended by org.androidannotations.holder.BaseGeneratedClassHolder
      extended by org.androidannotations.holder.EComponentHolder
          extended by org.androidannotations.holder.EServiceHolder
              extended by org.androidannotations.holder.EIntentServiceHolder
All Implemented Interfaces:
GeneratedClassHolder, HasIntentBuilder

public class EIntentServiceHolder
extends EServiceHolder


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

EIntentServiceHolder

public EIntentServiceHolder(ProcessHolder processHolder,
                            TypeElement annotatedElement,
                            AndroidManifest androidManifest)
                     throws Exception
Throws:
Exception
Method Detail

getOnHandleIntentIntent

public com.sun.codemodel.JVar getOnHandleIntentIntent()

getOnHandleIntentMethod

public com.sun.codemodel.JMethod getOnHandleIntentMethod()

getOnHandleIntentBody

public com.sun.codemodel.JBlock getOnHandleIntentBody()

getOnHandleIntentIntentAction

public com.sun.codemodel.JVar getOnHandleIntentIntentAction()


Copyright © 2010-2014. All Rights Reserved.