View as "text/plain" | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.entity.dtr; public enum CreditStatus { UNKNOWN, TO_BE_EVALUATED, INELIGIBLE, SANCTIONED, ACTIVE }
package com.spice.profitmandi.dao.entity.dtr;
public enum CreditStatus {
UNKNOWN,
TO_BE_EVALUATED,
INELIGIBLE,
SANCTIONED,
ACTIVE
}