Uses of Class
net.pricefx.common.api.CalculationResultType
-
Packages that use CalculationResultType Package Description net.pricefx.common.api Provides several classes commonly used in Pricefx API. -
-
Uses of CalculationResultType in net.pricefx.common.api
Methods in net.pricefx.common.api that return CalculationResultType Modifier and Type Method Description static CalculationResultType
CalculationResultType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CalculationResultType[]
CalculationResultType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-