Class SumBeanArrayPropertyFct

All Implemented Interfaces:
FlFunction<org.faktorips.codegen.JavaCodeFragment>, FunctionSignature

public class SumBeanArrayPropertyFct extends AbstractFlFunction
A function that given an array of objects from the same class or interface allows to sum up one of the properties. E.g.: sum(coverages, netPremium) where coverages is an array of coverage objects with a property netPremium.
Author:
Jan Ortmann