it.eng.spagobi.analiticalmodel.execution.bo.defaultvalues
Class DefaultFormulas

java.lang.Object
  extended by it.eng.spagobi.analiticalmodel.execution.bo.defaultvalues.DefaultFormulas

public class DefaultFormulas
extends java.lang.Object


Field Summary
static java.lang.String FIRST
           
static IDefaultFormula FIRST_FUNCTION
           
static java.lang.String LAST
           
static IDefaultFormula LAST_FUNCTION
           
static java.lang.String NONE
           
static IDefaultFormula NONE_FUNCTION
           
 
Constructor Summary
DefaultFormulas()
           
 
Method Summary
static IDefaultFormula get(java.lang.String functionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static java.lang.String NONE

FIRST

public static java.lang.String FIRST

LAST

public static java.lang.String LAST

NONE_FUNCTION

public static IDefaultFormula NONE_FUNCTION

FIRST_FUNCTION

public static IDefaultFormula FIRST_FUNCTION

LAST_FUNCTION

public static IDefaultFormula LAST_FUNCTION
Constructor Detail

DefaultFormulas

public DefaultFormulas()
Method Detail

get

public static IDefaultFormula get(java.lang.String functionName)