Class ZKUDFFinder

  • All Implemented Interfaces:
    org.apache.poi.ss.formula.udf.UDFFinder

    public class ZKUDFFinder
    extends java.lang.Object
    implements org.apache.poi.ss.formula.udf.UDFFinder
    User defined function finder for ZK.
    Author:
    henrichen, dennischen
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.poi.ss.formula.udf.UDFFinder instance  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.poi.ss.formula.functions.FreeRefFunction findFunction​(java.lang.String name)  
      static void putFunction​(java.lang.String name, org.apache.poi.ss.formula.functions.FreeRefFunction fn)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instance

        public static final org.apache.poi.ss.formula.udf.UDFFinder instance
    • Method Detail

      • putFunction

        public static void putFunction​(java.lang.String name,
                                       org.apache.poi.ss.formula.functions.FreeRefFunction fn)
      • findFunction

        public org.apache.poi.ss.formula.functions.FreeRefFunction findFunction​(java.lang.String name)
        Specified by:
        findFunction in interface org.apache.poi.ss.formula.udf.UDFFinder