public abstract class EComponentHolder extends BaseGeneratedClassHolder
| Modifier and Type | Field and Description |
|---|---|
protected com.sun.codemodel.JExpression |
contextRef |
protected com.sun.codemodel.JMethod |
init |
annotatedClass, annotatedElement, codeModelHelper, generatedClass, processHolder| Constructor and Description |
|---|
EComponentHolder(ProcessHolder processHolder,
javax.lang.model.element.TypeElement annotatedElement) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.codemodel.JExpression |
getContextRef() |
com.sun.codemodel.JFieldVar |
getDatabaseHelperRef(javax.lang.model.type.TypeMirror databaseHelperTypeMirror) |
com.sun.codemodel.JVar |
getHandler() |
com.sun.codemodel.JMethod |
getInit() |
com.sun.codemodel.JBlock |
getInitBody() |
com.sun.codemodel.JFieldVar |
getPowerManagerRef() |
com.sun.codemodel.JVar |
getResourcesRef() |
protected abstract void |
setContextRef() |
protected abstract void |
setInit() |
classes, codeModel, definedClass, getAnnotatedClass, getAnnotatedElement, getGeneratedClass, processingEnvironment, refClass, refClass, setExtends, setGeneratedClassprotected com.sun.codemodel.JExpression contextRef
protected com.sun.codemodel.JMethod init
public EComponentHolder(ProcessHolder processHolder, javax.lang.model.element.TypeElement annotatedElement) throws java.lang.Exception
java.lang.Exceptionpublic com.sun.codemodel.JExpression getContextRef()
protected abstract void setContextRef()
public com.sun.codemodel.JMethod getInit()
protected abstract void setInit()
public com.sun.codemodel.JBlock getInitBody()
public com.sun.codemodel.JVar getResourcesRef()
public com.sun.codemodel.JFieldVar getPowerManagerRef()
public com.sun.codemodel.JFieldVar getDatabaseHelperRef(javax.lang.model.type.TypeMirror databaseHelperTypeMirror)
public com.sun.codemodel.JVar getHandler()
Copyright © 2010-2014. All Rights Reserved.