Uses of Class
net.pricefx.common.api.chart.TieredValueValidationType
-
Packages that use TieredValueValidationType Package Description net.pricefx.common.api.chart Chart API to work with charts.net.pricefx.formulaengine.scripting.inputbuilder ProvidesInputBuilderFactory
as a convenient way to create Inputs. -
-
Uses of TieredValueValidationType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return TieredValueValidationType Modifier and Type Method Description static TieredValueValidationType
TieredValueValidationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TieredValueValidationType[]
TieredValueValidationType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TieredValueValidationType in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type TieredValueValidationType Modifier and Type Method Description MultiTierInputBuilder
MultiTierInputBuilder. setValidationType(TieredValueValidationType validationType)
Set tiered value validation type.
-