Uses of Class
org.apache.openjpa.lib.util.CodeFormat

Packages that use CodeFormat
org.apache.openjpa.enhance OpenJPA Enhancer 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata 
org.apache.openjpa.lib.util General Utilities 
 

Uses of CodeFormat in org.apache.openjpa.enhance
 

Fields in org.apache.openjpa.enhance declared as CodeFormat
 CodeFormat ApplicationIdTool.Flags.format
           
 

Methods in org.apache.openjpa.enhance that return CodeFormat
 CodeFormat CodeGenerator.getCodeFormat()
          The code formatter for the generated Java code.
 CodeFormat ApplicationIdTool.getCodeFormat()
          The code formatter for the generated Java code.
protected  CodeFormat CodeGenerator.newCodeFormat()
          Return a copy of the internal code format.
 

Methods in org.apache.openjpa.enhance with parameters of type CodeFormat
protected  void CodeGenerator.closeClassBrace(CodeFormat code)
          Append the closing code-level brace to the code; this can be overridden to add code to the bottom of the class.
protected  void CodeGenerator.openClassBrace(CodeFormat code)
          Append the opening code-level brace to the code; this can be overridden to add code to the top of the class.
 void CodeGenerator.setCodeFormat(CodeFormat format)
          Set the code formatter for the generated Java code.
 void ApplicationIdTool.setCodeFormat(CodeFormat format)
          Set the code formatter for the generated Java code.
 

Uses of CodeFormat in org.apache.openjpa.jdbc.meta
 

Fields in org.apache.openjpa.jdbc.meta declared as CodeFormat
 CodeFormat ReverseMappingTool.Flags.format
           
 

Methods in org.apache.openjpa.jdbc.meta that return CodeFormat
 CodeFormat ReverseMappingTool.getCodeFormat()
          The code formatter for the generated Java code.
 

Methods in org.apache.openjpa.jdbc.meta with parameters of type CodeFormat
 void ReverseMappingTool.setCodeFormat(CodeFormat format)
          Set the code formatter for the generated Java code.
 

Uses of CodeFormat in org.apache.openjpa.lib.util
 

Methods in org.apache.openjpa.lib.util that return CodeFormat
 CodeFormat CodeFormat.afterSection()
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(boolean val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(byte val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(char val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(double val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(float val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(int val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(long val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(Object val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.append(short val)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.closeBrace(int tabLevel)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.closeParen()
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.endl()
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.endl(int num)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.endl(int num, int tabs)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.extendsDec(int tabLevel)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.fieldName(String name)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.implementsDec(int tabLevel)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.openBrace(int tabLevel)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.openParen(boolean methodOrIf)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.parens()
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.tab()
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.tab(int tabLevel)
          Append the given value to the internal buffer.
 CodeFormat CodeFormat.throwsDec(int tabLevel)
          Append the given value to the internal buffer.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.