Uses of Class
net.pricefx.common.api.chart.TieredValueSortType
-
Packages that use TieredValueSortType 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 TieredValueSortType in net.pricefx.common.api.chart
Methods in net.pricefx.common.api.chart that return TieredValueSortType Modifier and Type Method Description static TieredValueSortType
TieredValueSortType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TieredValueSortType[]
TieredValueSortType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TieredValueSortType in net.pricefx.formulaengine.scripting.inputbuilder
Methods in net.pricefx.formulaengine.scripting.inputbuilder with parameters of type TieredValueSortType Modifier and Type Method Description MultiTierInputBuilder
MultiTierInputBuilder. setSortType(TieredValueSortType sortType)
Set tiered value sort type.
-