package com.farriver.bwf.data.transferobject.options; public enum FRProjectScheduleStatusOptions { Pending, Active, Completed, Delayed, }