Class Int32Aggregator

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

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

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

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

      • Int32Aggregator

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

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

      • Average

        public void Average​(int 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​(int value)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Minimum

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

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

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

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

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

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

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