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