org.pentaho.reporting.libraries.formula.function.userdefined
Class NullFunction

java.lang.Object
  extended by org.pentaho.reporting.libraries.formula.function.userdefined.NullFunction
All Implemented Interfaces:
Serializable, Function

Deprecated.

public class NullFunction
extends Object
implements Function

Creation-Date: Dec 18, 2006, 12:54:55 PM

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
NullFunction()
          Deprecated.  
 
Method Summary
 TypeValuePair evaluate(FormulaContext context, ParameterCallback parameters)
          Deprecated.  
 String getCanonicalName()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFunction

public NullFunction()
Deprecated. 
Method Detail

getCanonicalName

public String getCanonicalName()
Deprecated. 
Specified by:
getCanonicalName in interface Function

evaluate

public TypeValuePair evaluate(FormulaContext context,
                              ParameterCallback parameters)
Deprecated. 
Specified by:
evaluate in interface Function