public class ConstantFigure extends java.lang.Object implements FormulaDefinitionElement
Constructor and Description |
---|
ConstantFigure(java.math.BigDecimal constant)
creates a constant figure formula element with the given Big Decimal
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
generateFormulaElement() |
CalculatedFieldTriggerPath[] |
getAllTriggerPaths() |
DataObjectDefinition |
getOwnerObject() |
void |
setTriggersOnSourceFields(CalculatedFieldTriggerPath triggerpath)
sets the triggers on the origin fields of the formula so that formula
calculation is triggered when the field value changes.
|
public ConstantFigure(java.math.BigDecimal constant)
constant
- constantpublic DataObjectDefinition getOwnerObject()
getOwnerObject
in interface FormulaDefinitionElement
public java.lang.String generateFormulaElement()
generateFormulaElement
in interface FormulaDefinitionElement
public void setTriggersOnSourceFields(CalculatedFieldTriggerPath triggerpath)
FormulaDefinitionElement
setTriggersOnSourceFields
in interface FormulaDefinitionElement
public CalculatedFieldTriggerPath[] getAllTriggerPaths()
getAllTriggerPaths
in interface FormulaDefinitionElement