Uses of Class
org.apache.poi.ss.formula.functions.LinearRegressionFunction.FUNCTION

Packages that use LinearRegressionFunction.FUNCTION
org.apache.poi.ss.formula.functions   
 

Uses of LinearRegressionFunction.FUNCTION in org.apache.poi.ss.formula.functions
 

Fields in org.apache.poi.ss.formula.functions declared as LinearRegressionFunction.FUNCTION
 LinearRegressionFunction.FUNCTION LinearRegressionFunction.function
           
 

Methods in org.apache.poi.ss.formula.functions that return LinearRegressionFunction.FUNCTION
static LinearRegressionFunction.FUNCTION LinearRegressionFunction.FUNCTION.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LinearRegressionFunction.FUNCTION[] LinearRegressionFunction.FUNCTION.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.poi.ss.formula.functions with parameters of type LinearRegressionFunction.FUNCTION
LinearRegressionFunction(LinearRegressionFunction.FUNCTION function)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.