/** * */ package net.sourceforge.fenixedu.domain.student; /** * @author - Shezad Anavarali (shezad@ist.utl.pt) * */ public enum EnrolmentModel { COMPLETE, CUSTOM; }