package org.mifos.rest.approval.domain; public enum ApprovalState { WAITING, APPROVED, REJECTED }