Package org.faktorips.runtime.internal
Class FormulaUtil
java.lang.Object
org.faktorips.runtime.internal.FormulaUtil
Utility class to handle and encapsulate access to formula texts.
This class is not intended to be subclassed or used by clients.
- Since:
- 24.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.faktorips.values.InternationalStringgetDescription(ProductComponentGeneration productGeneration, String formulaSignature) protected static org.faktorips.values.InternationalStringgetDescription(ProductComponent product, String formulaSignature) protected static StringgetFormula(ProductComponentGeneration productGeneration, String formulaSignature) protected static StringgetFormula(ProductComponent product, String formulaSignature) protected static voidsetDescription(ProductComponentGeneration productGeneration, String formulaSignature, org.faktorips.values.InternationalString description) protected static voidsetDescription(ProductComponent product, String formulaSignature, org.faktorips.values.InternationalString description) protected static voidsetFormula(ProductComponentGeneration productGeneration, String formulaSignature, String formulaText) protected static voidsetFormula(ProductComponent product, String formulaSignature, String formulaText)
-
Constructor Details
-
FormulaUtil
protected FormulaUtil()
-
-
Method Details
-
getFormula
-
setFormula
protected static void setFormula(ProductComponent product, String formulaSignature, String formulaText) -
getDescription
@CheckForNull protected static org.faktorips.values.InternationalString getDescription(ProductComponent product, String formulaSignature) -
setDescription
protected static void setDescription(ProductComponent product, String formulaSignature, @CheckForNull org.faktorips.values.InternationalString description) -
getFormula
protected static String getFormula(ProductComponentGeneration productGeneration, String formulaSignature) -
setFormula
protected static void setFormula(ProductComponentGeneration productGeneration, String formulaSignature, String formulaText) -
getDescription
@CheckForNull protected static org.faktorips.values.InternationalString getDescription(ProductComponentGeneration productGeneration, String formulaSignature) -
setDescription
protected static void setDescription(ProductComponentGeneration productGeneration, String formulaSignature, @CheckForNull org.faktorips.values.InternationalString description)
-