package enseirb.myinpulse.model; public enum ProjectDecisionValue { PENDING, ACTIVE, ENDED, ABORTED, REJECTED, }