Uses of Enum Class
net.pricefx.domain.ApprovalState
Packages that use ApprovalState
-
Uses of ApprovalState in net.pricefx.domain
Methods in net.pricefx.domain that return ApprovalStateModifier and TypeMethodDescriptionPriceGrid.getApprovalState()
Pricelist.getApprovalState()
static ApprovalState
Returns the enum constant of this class with the specified name.static ApprovalState[]
ApprovalState.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 ApprovalStateModifier and TypeMethodDescriptionvoid
PriceGrid.setApprovalState
(ApprovalState approvalState) void
Pricelist.setApprovalState
(ApprovalState approvalState)