public class EReceiverHolder extends EComponentHolder
contextRef, init
annotatedClass, annotatedElement, codeModelHelper, generatedClass, processHolder
Constructor and Description |
---|
EReceiverHolder(ProcessHolder processHolder,
javax.lang.model.element.TypeElement annotatedElement) |
Modifier and Type | Method and Description |
---|---|
com.sun.codemodel.JFieldVar |
getContextField() |
com.sun.codemodel.JBlock |
getOnReceiveBody() |
com.sun.codemodel.JVar |
getOnReceiveContext() |
com.sun.codemodel.JVar |
getOnReceiveIntent() |
com.sun.codemodel.JVar |
getOnReceiveIntentAction() |
com.sun.codemodel.JVar |
getOnReceiveIntentDataScheme() |
com.sun.codemodel.JMethod |
getOnReceiveMethod() |
protected void |
setContextRef() |
protected void |
setInit() |
getContextRef, getDatabaseHelperRef, getHandler, getInit, getInitBody, getPowerManagerRef, getResourcesRef
classes, codeModel, definedClass, getAnnotatedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass, setExtends, setGeneratedClass
public EReceiverHolder(ProcessHolder processHolder, javax.lang.model.element.TypeElement annotatedElement) throws java.lang.Exception
java.lang.Exception
protected void setContextRef()
setContextRef
in class EComponentHolder
protected void setInit()
setInit
in class EComponentHolder
public com.sun.codemodel.JMethod getOnReceiveMethod()
public com.sun.codemodel.JBlock getOnReceiveBody()
public com.sun.codemodel.JVar getOnReceiveIntent()
public com.sun.codemodel.JVar getOnReceiveContext()
public com.sun.codemodel.JVar getOnReceiveIntentAction()
public com.sun.codemodel.JVar getOnReceiveIntentDataScheme()
public com.sun.codemodel.JFieldVar getContextField()
Copyright © 2010-2014. All Rights Reserved.