org.jfree.formula.function

Interface ParameterCallback

public interface ParameterCallback

Creation-Date: 13.11.2006, 13:52:21

Author: Thomas Morgner

Method Summary
intgetParameterCount()
LValuegetRaw(int position)
TypegetType(int position)
ObjectgetValue(int position)

Method Detail

getParameterCount

public int getParameterCount()

getRaw

public LValue getRaw(int position)

getType

public Type getType(int position)

getValue

public Object getValue(int position)