com.qintsoft.joria.runtimeapi
Interface BuiltInMethodBase

All Known Subinterfaces:
BuiltInMethod, BuiltInMethodLocale

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

checkParameterTypes

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.

Parameters:
parameterTypes - array of the names of the argument types.
Returns:
is the parameter types are usable

getReturnType

java.lang.String getReturnType()
This method has to return the name of type of the runtime return value.

Returns:
the name of the type