public interface BuiltInMethodBase
This base interface is used to implement user built in functions. User: patrick Date: Dec 6, 2006 Time: 12:52:33 PM
| Method Summary | |
|---|---|
boolean |
checkParameterTypes(java.lang.String[] parameterTypes)
This methods checks during parsing of the formula, if the number and the type of the arguments can be used. |
java.lang.String |
getReturnType()
This method has to return the name of type of the runtime return value. |
| Method Detail |
|---|
boolean checkParameterTypes(java.lang.String[] parameterTypes)
parameterTypes - array of the names of the argument types.
java.lang.String getReturnType()