Class FieldSummator

java.lang.Object
com.softwaremining.report.FieldSummator
All Implemented Interfaces:
Summator

public class FieldSummator extends Object implements Summator
for representation of Report entry defining a sum-field such as - sum="WS_LIABILITY" in following
  • Constructor Details

  • Method Details

    • addUp

      public void addUp(String groupName)
      Description copied from interface: Summator
      addUp the value of the sum to date.
      Specified by:
      addUp in interface Summator
    • reset

      public void reset(String groupName)
      Specified by:
      reset in interface Summator
    • getResult

      public String getResult()
      Specified by:
      getResult in interface Summator
    • addDependingSummator

      public void addDependingSummator(EntrySummator dependent)