Uses of Class
org.jcoderz.phoenix.report.OutputFormat

Packages that use OutputFormat
org.jcoderz.phoenix.report The JCReport performs the following steps: Running tools on the source or class files. 
 

Uses of OutputFormat in org.jcoderz.phoenix.report
 

Fields in org.jcoderz.phoenix.report declared as OutputFormat
static OutputFormat OutputFormat.HTML
          The OutputFormat html.
static OutputFormat OutputFormat.XML
          The OutputFormat xml.
 

Methods in org.jcoderz.phoenix.report that return OutputFormat
static OutputFormat OutputFormat.fromInt(int i)
          Creates a OutputFormat object from its int representation.
static OutputFormat OutputFormat.fromString(String str)
          Creates a OutputFormat object from its String representation.
 



Copyright 2007 The jCoderZ Project.