Method Summary |
|
public Object | clone() Clones the expression, expression should be reinitialized after the cloning. |
public String | getFormula() Returns the formula (incuding the optional namespace) as defined by the OpenFormula standard. |
public String | getFormulaExpression() Returns the formula expression. |
public String | getFormulaNamespace() Returns the formula namespace. |
public String | getInitial() Returns the initial formula (incuding the optional namespace) as defined by the OpenFormula standard. |
public String | getInitialExpression() Returns the initial formula expression. |
public String | getInitialNamespace() Returns the formula namespace if the initial formula. |
public Object | getValue() Return the computed value of the formula. |
public void | reportInitialized(ReportEvent event) Resets the function state. |
public void | setFormula(String formula) Defines the formula (incuding the optional namespace) as defined by the OpenFormula standard. |
public void | setInitial(String initial) Defines the initial formula (incuding the optional namespace) as defined by the OpenFormula standard. |