org.jfree.formula.function.information
Class IsBlankFunction

java.lang.Object
  extended by org.jfree.formula.function.information.IsBlankFunction
All Implemented Interfaces:
java.io.Serializable, Function

public class IsBlankFunction
extends java.lang.Object
implements Function

Document me!

Author:
: Thomas Morgner
See Also:
Serialized Form

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

Constructor Detail

IsBlankFunction

public IsBlankFunction()
Method Detail

getCanonicalName

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

evaluate

public TypeValuePair evaluate(FormulaContext context,
                              ParameterCallback parameters)
                       throws EvaluationException
Specified by:
evaluate in interface Function
Throws:
EvaluationException