Class TotalsResult


  • public class TotalsResult
    extends Object
    Used by the TotalsCalculator to encapsulate the value and format to display.
    Since:
    1.5
    • Constructor Detail

      • TotalsResult

        public TotalsResult​(Object value,
                            Format format)
    • Method Detail

      • getValue

        public Object getValue()
      • getFormat

        public Format getFormat()