package testtool.Courses; import java.util.Collection; /** * * Enumeration for the different types of tests. (ie Exam, Quiz, Final, ...) * Derived from an FMSL opaque type. * * @author * @version * **/ public class TestType { /** Default Constructor **/ public TestType() { } }