Uses of Class
net.noco.dtogen.qdox.ext.Code

Packages that use Code
net.noco.dtogen.qdox.ext   
net.noco.dtogen.write   
 

Uses of Code in net.noco.dtogen.qdox.ext
 

Methods in net.noco.dtogen.qdox.ext that return Code
 Code Code.addCode(java.lang.String code)
           
 Code Code.newline()
           
 Code Code.indent()
           
 Code Code.deindent()
           
 

Methods in net.noco.dtogen.qdox.ext with parameters of type Code
 void CodeJavaMethod.addCode(Code pieceOfCode)
           
 void CodeJavaClass.addCode(Code pieceOfCode)
           
 

Uses of Code in net.noco.dtogen.write
 

Methods in net.noco.dtogen.write that return Code
 Code ToolCodeWriter.writeDirectMapCode(DTOClassSkel skel, java.util.Map paramMapping)
           
 Code ToolCodeWriter.writeDirectMapCode(DTOClassSkel skel, java.lang.String originatorFqn)
           
 Code ToolCodeWriter.writeInverseMapCode(DTOClassSkel skel, java.lang.String originatorFqn)
           
 Code MethodWriter.equalsCode(DTOClassSkel skel)
           
 Code MethodWriter.hashCodeCode(DTOClassSkel skel)
           
 Code MethodWriter.toStringCode(DTOClassSkel skel)
           
private  Code ClassWriter.loadCode(java.lang.String url)
           
 

Methods in net.noco.dtogen.write with parameters of type Code
private  void ToolCodeWriter.writeInverseSimpleSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi)
          creates the code that sets a simple property on the original POJO.
private  void ToolCodeWriter.writeInverseCollectionSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, int colIndex)
           
private  void ToolCodeWriter.writeInverseArraySetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, int arrayIdx)
           
private  void ToolCodeWriter.writeDirectSimpleSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, java.lang.String paramName)
          creates the Code for a simple setter.
private  void ToolCodeWriter.writeDirectCollectionSetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, java.lang.String paramName, int collIndex)
          BUGFIX #6
private  void ToolCodeWriter.writeDirectArraySetter(Code code, BeanPropertySkel bp, BeanPropertyInfo bpi, java.lang.String paramName, int arrayIndex)
           
 



Copyright © 2004 Alexandru Popescu (a.k.a. the_mindstorm). All Rights Reserved.