package net.sourceforge.fenixedu.domain; public enum GuideState { NON_PAYED, PAYED, ANNULLED; public String getName() { return name(); } }