E
- left objectF
- link ojbectG
- right objectpublic class SumOnLinkRightObject<E extends DataObject<E> & UniqueidentifiedInterface<E>,F extends DataObject<F> & LinkobjectInterface<F,E,G>,G extends DataObject<G> & UniqueidentifiedInterface<G>> extends java.lang.Object implements FormulaElement<E>
Constructor and Description |
---|
SumOnLinkRightObject(LinkNavigator<E,F,G> linknavigator,
FormulaElement<G> rightobjectelement)
Creates a new SumOnLinkRightObject
|
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getValueForFormulaInput(E contextobject)
provides the value as big decimal for formula calculation
|
public SumOnLinkRightObject(LinkNavigator<E,F,G> linknavigator, FormulaElement<G> rightobjectelement)
linknavigator
- a navigator for the linkrightobjectelement
- the element on the right object to sumpublic java.math.BigDecimal getValueForFormulaInput(E contextobject)
FormulaElement
getValueForFormulaInput
in interface FormulaElement<E extends DataObject<E> & UniqueidentifiedInterface<E>>