Class IntegerFormReport


  • public class IntegerFormReport
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegerFormReport​(int size, long sum, int min, int max)  
    • Constructor Detail

      • IntegerFormReport

        public IntegerFormReport​(int size,
                                 long sum,
                                 int min,
                                 int max)
    • 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