Package com.jalios.jcms
Class IntegerFormReport
- java.lang.Object
-
- com.jalios.jcms.IntegerFormReport
-
public class IntegerFormReport extends java.lang.Object
-
-
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 double
getAverage()
int
getMax()
int
getMin()
int
getSize()
long
getSum()
-
-
-
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
-
-