package com.axiastudio.suite.richieste.entities;
/**
* Created with IntelliJ IDEA.
* User: Mickey
* Date: 27/11/13
* Time: 11.32
* To change this template use File | Settings | File Templates.
*/
public enum StatoRichiesta {
ND, PENDENTE, IN_CARICO, IN_ATTESA, RIFIUTATA, EVASA
}