JAVACLASS.METHOD
The JAVACLASS.METHOD terminal in MaxL represents the Java class and method for a custom-defined Essbase calculator function (CDF).
This string must be a fully qualified Java method name and signature, enclosed in single or double quotation marks when you pass it into the MaxL Shell.
Type
string (see MaxL Syntax Notes)
Example
'com.hyperion.essbase.calculator.Statistics.covariance'
For Java code examples and MaxL registration scripts for custom-defined functions, see Custom-Defined Calculation Functions.
Referenced By