Package com.jalios.jcms
Class IntegerFormReport
- java.lang.Object
 - 
- com.jalios.jcms.IntegerFormReport
 
 
- 
public class IntegerFormReport extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description IntegerFormReport(int size, long sum, int min, int max) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAverage()intgetMax()intgetMin()intgetSize()longgetSum() 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getSize
public int getSize()
- Returns:
 - the size
 - Since:
 - jcms-4.0
 
 
- 
getMin
public int getMin()
- Returns:
 - the min value
 - Since:
 - jcms-4.0
 
 
- 
getMax
public int getMax()
- Returns:
 - the max value
 - Since:
 - jcms-4.0
 
 
- 
getSum
public long getSum()
- Returns:
 - the sum
 - Since:
 - jcms-4.0
 
 
- 
getAverage
public double getAverage()
- Returns:
 - the average value
 - Since:
 - jcms-4.0
 
 
 - 
 
 -