org.androidannotations.holder
Class EServiceHolder
java.lang.Object
org.androidannotations.holder.BaseGeneratedClassHolder
org.androidannotations.holder.EComponentHolder
org.androidannotations.holder.EServiceHolder
- All Implemented Interfaces:
- GeneratedClassHolder, HasIntentBuilder
- Direct Known Subclasses:
- EIntentServiceHolder
public class EServiceHolder
- extends EComponentHolder
- implements HasIntentBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EServiceHolder
public EServiceHolder(ProcessHolder processHolder,
TypeElement annotatedElement,
AndroidManifest androidManifest)
throws Exception
- Throws:
Exception
getIntentBuilder
public IntentBuilder getIntentBuilder()
- Specified by:
getIntentBuilder
in interface HasIntentBuilder
setContextRef
protected void setContextRef()
- Specified by:
setContextRef
in class EComponentHolder
setInit
protected void setInit()
- Specified by:
setInit
in class EComponentHolder
setIntentBuilderClass
public void setIntentBuilderClass(com.sun.codemodel.JDefinedClass intentBuilderClass)
- Specified by:
setIntentBuilderClass
in interface HasIntentBuilder
getIntentBuilderClass
public com.sun.codemodel.JDefinedClass getIntentBuilderClass()
- Specified by:
getIntentBuilderClass
in interface HasIntentBuilder
setIntentField
public void setIntentField(com.sun.codemodel.JFieldVar intentField)
- Specified by:
setIntentField
in interface HasIntentBuilder
getIntentField
public com.sun.codemodel.JFieldVar getIntentField()
- Specified by:
getIntentField
in interface HasIntentBuilder
Copyright © 2010-2014. All Rights Reserved.