package com.farriver.bwf.data.transferobject.options; public enum OrderProductStatusOptions { Defined, Delivered, Received, Rejected, Bought, }