Uses of Enum Class
net.pricefx.domain.Pricelist.ProcessingMode
Packages that use Pricelist.ProcessingMode
-
Uses of Pricelist.ProcessingMode in net.pricefx.domain
Methods in net.pricefx.domain that return Pricelist.ProcessingModeModifier and TypeMethodDescriptionPricelist.getProcessingMode()static Pricelist.ProcessingModeReturns the enum constant of this class with the specified name.static Pricelist.ProcessingMode[]Pricelist.ProcessingMode.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.ProcessingModeModifier and TypeMethodDescriptionvoidPricelist.setProcessingMode(Pricelist.ProcessingMode processingMode)