package net.sourceforge.fenixedu.domain; public enum TutorshipSummarySatisfaction { YES, NO, DONT_KNOW; public String getName() { return name(); } }