net.sourceforge.fixagora.basis.server.control.spreadsheet
Class AbstractSpreadSheetFunction

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.spreadsheet.AbstractSpreadSheetFunction
All Implemented Interfaces:
org.apache.poi.ss.formula.functions.FreeRefFunction
Direct Known Subclasses:
LehmanFunction

public abstract class AbstractSpreadSheetFunction
extends java.lang.Object
implements org.apache.poi.ss.formula.functions.FreeRefFunction

The Class AbstractSpreadSheetFunction.


Constructor Summary
AbstractSpreadSheetFunction()
           
 
Method Summary
abstract  java.lang.String getFunctionName()
          Gets the function name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.poi.ss.formula.functions.FreeRefFunction
evaluate
 

Constructor Detail

AbstractSpreadSheetFunction

public AbstractSpreadSheetFunction()
Method Detail

getFunctionName

public abstract java.lang.String getFunctionName()
Gets the function name.

Returns:
the function name