com.stimulsoft.report
Interface StiCustomFunction


public interface StiCustomFunction

Custom function Copyright Stimulsoft


Method Summary
 java.lang.String getFunctionName()
          Return function name
 java.util.List<java.lang.Class> getParametersList()
           
 java.lang.Object invoke(java.util.List<java.lang.Object> args)
          Invoke custom function
 

Method Detail

getFunctionName

java.lang.String getFunctionName()
Return function name

Returns:

getParametersList

java.util.List<java.lang.Class> getParametersList()

invoke

java.lang.Object invoke(java.util.List<java.lang.Object> args)
Invoke custom function

Parameters:
args -
Returns: