Class JREvaluationTime

  • All Implemented Interfaces:
    java.io.Serializable

    public final class JREvaluationTime
    extends java.lang.Object
    implements java.io.Serializable
    An evaluation time during the report fill process.
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    See Also:
    Serialized Form
    • Method Detail

      • getGroupEvaluationTime

        public static JREvaluationTime getGroupEvaluationTime​(java.lang.String groupName)
        Returns the evaluation time corresponding to EvaluationTimeEnum.GROUP for a specific group.
        Parameters:
        groupName - the group name
        Returns:
        corresponding group evaluation time
      • getBandEvaluationTime

        public static JREvaluationTime getBandEvaluationTime​(JRFillBand band)
        Returns the evaluation time corresponding to EvaluationTimeEnum.BAND for a specific band.
        Parameters:
        band - the band
        Returns:
        corresponding band evaluation time
      • getBandEvaluationTime

        public static JREvaluationTime getBandEvaluationTime​(int bandId)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getGroupName

        public java.lang.String getGroupName()
      • getBandId

        public int getBandId()