Uses of Class
org.pentaho.libformula.editor.function.FunctionDescription
-
Packages that use FunctionDescription Package Description org.pentaho.libformula.editor.function -
-
Uses of FunctionDescription in org.pentaho.libformula.editor.function
Methods in org.pentaho.libformula.editor.function that return FunctionDescription Modifier and Type Method Description FunctionDescription
FunctionLib. getFunctionDescription(String functionName)
Methods in org.pentaho.libformula.editor.function that return types with arguments of type FunctionDescription Modifier and Type Method Description List<FunctionDescription>
FunctionLib. getFunctions()
Method parameters in org.pentaho.libformula.editor.function with type arguments of type FunctionDescription Modifier and Type Method Description void
FunctionLib. setFunctions(List<FunctionDescription> functions)
-