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

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

Uses of ReportInterval in org.jcoderz.phoenix.report
 

Fields in org.jcoderz.phoenix.report declared as ReportInterval
static ReportInterval ReportInterval.BUILD
          Single builds (value: Build).
static ReportInterval ReportInterval.DAY
          The ReportInterval Day.
static ReportInterval ReportInterval.MONTH
          The ReportInterval Month.
static ReportInterval ReportInterval.OLD
          Select old findings, not listed before.
static ReportInterval ReportInterval.WEEK
          The ReportInterval Week.
 

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



Copyright 2007 The jCoderZ Project.