Uses of Enum Class
net.pricefx.domain.Pricelist.PricelistErrorModeType
Packages that use Pricelist.PricelistErrorModeType
-
Uses of Pricelist.PricelistErrorModeType in net.pricefx.domain
Methods in net.pricefx.domain that return Pricelist.PricelistErrorModeTypeModifier and TypeMethodDescriptionPricelist.getErrorMode()
Returns the enum constant of this class with the specified name.static Pricelist.PricelistErrorModeType[]
Pricelist.PricelistErrorModeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.pricefx.domain with parameters of type Pricelist.PricelistErrorModeTypeModifier and TypeMethodDescriptionvoid
Pricelist.setErrorMode
(Pricelist.PricelistErrorModeType errorMode)