package com.farriver.bwf.data.transferobject.options; public enum BlogStatusOptions { DRAFT, REVIEWING, PUBLISHED, LOCKED, REMOVED, CANCELED }