Package org.faktorips.fl
Class ExcelFunctionsResolver
java.lang.Object
org.faktorips.fl.DefaultFunctionResolver<T>
org.faktorips.fl.LocalizedFunctionsResolver<org.faktorips.codegen.JavaCodeFragment>
org.faktorips.fl.ExcelFunctionsResolver
- All Implemented Interfaces:
FunctionResolver<org.faktorips.codegen.JavaCodeFragment>
public class ExcelFunctionsResolver
extends LocalizedFunctionsResolver<org.faktorips.codegen.JavaCodeFragment>
A
FunctionResolver that supports Excel functions. The functions are available in
different languages.-
Constructor Summary
ConstructorsConstructorDescriptionExcelFunctionsResolver(Locale locale) Creates a new resolver that contains a set of functions that are similar by name and argument list to those provided by Microsoft's Excel. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the base name for the localization files, for example"org.faktorips.fl.MyFunctionResolver"where localization files are"org/faktorips/fl/MyFunctionResolver_de.properties"and"org/faktorips/fl/MyFunctionResolver_en.properties"toString()Methods inherited from class org.faktorips.fl.LocalizedFunctionsResolver
getFctDescription, getFctNameMethods inherited from class org.faktorips.fl.DefaultFunctionResolver
add, getFunctions, remove
-
Constructor Details
-
ExcelFunctionsResolver
Creates a new resolver that contains a set of functions that are similar by name and argument list to those provided by Microsoft's Excel.- Parameters:
locale- The locale that determines the language of the function names.
-
-
Method Details
-
toString
-
getLocalizationFileBaseName
Description copied from class:LocalizedFunctionsResolverReturns the base name for the localization files, for example"org.faktorips.fl.MyFunctionResolver"where localization files are"org/faktorips/fl/MyFunctionResolver_de.properties"and"org/faktorips/fl/MyFunctionResolver_en.properties"- Specified by:
getLocalizationFileBaseNamein classLocalizedFunctionsResolver<org.faktorips.codegen.JavaCodeFragment>- Returns:
- the base name for the localization files
-