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

Packages that use CodeFormat
org.apache.openjpa.lib.util General Utilities 
 

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(java.lang.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(java.lang.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.