Uses of Enum Class
net.pricefx.formulaengine.scripting.inputbuilder.TreeInputBuilder.CheckedStrategy
Packages that use TreeInputBuilder.CheckedStrategy
-
Uses of TreeInputBuilder.CheckedStrategy in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder that return TreeInputBuilder.CheckedStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TreeInputBuilder.CheckedStrategy[]TreeInputBuilder.CheckedStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type TreeInputBuilder.CheckedStrategyModifier and TypeMethodDescriptionTreeInputBuilder.setCheckedStrategy(TreeInputBuilder.CheckedStrategy strategy) Sets thePriceFxInterface.FIELD_CONTEXTPARAM_CHECKED_STRATEGYkey for theTreeInputBuilderinstance.
Default value isPARENT.
Example: