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