Class DecimalAggregator

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Data.SqlXml
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Xml.Xsl.Runtime.DecimalAggregator
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DecimalAggregator

        public DecimalAggregator​(java.lang.Object instance)
                          throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DecimalAggregator

        public DecimalAggregator()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Average

        public void Average​(Decimal value)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Create

        public void Create()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Maximum

        public void Maximum​(Decimal value)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Minimum

        public void Minimum​(Decimal value)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Sum

        public void Sum​(Decimal value)
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsEmpty

        public boolean getIsEmpty()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAverageResult

        public Decimal getAverageResult()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMaximumResult

        public Decimal getMaximumResult()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMinimumResult

        public Decimal getMinimumResult()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSumResult

        public Decimal getSumResult()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable