com.crystaldecisions.reports.formulas
Interface FormulaValueReference


public interface FormulaValueReference

Allows you to retrieve a FormulaValueType and FormulaValue instance.


Method Summary
 FormulaValue getFormulaValue()
           Gets the FormulaValue of the object, if it exists.
 FormulaValueType getFormulaValueType()
           Gets the FormulaValueType of the object.
 

Method Detail

getFormulaValueType

FormulaValueType getFormulaValueType()

Gets the FormulaValueType of the object.

Returns:
the FormulaValueType of the object

getFormulaValue

FormulaValue getFormulaValue()

Gets the FormulaValue of the object, if it exists.

Returns:
the FormulaValue of the object