JAVACLASS.METHOD

The JAVACLASS.METHOD terminal in the MaxL language 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.

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

create function