Uses of Class
org.openurp.code.edu.model.ExamType
Packages that use ExamType
Package
Description
-
Uses of ExamType in org.openurp.code.edu.model
Methods in org.openurp.code.edu.model that return ExamTypeMethods in org.openurp.code.edu.model with parameters of type ExamType -
Uses of ExamType in org.openurp.edu.clazz.util
Fields in org.openurp.edu.clazz.util declared as ExamType -
Uses of ExamType in org.openurp.edu.exam.config
Methods in org.openurp.edu.exam.config that return ExamTypeMethods in org.openurp.edu.exam.config with parameters of type ExamTypeModifier and TypeMethodDescriptionvoidExamAllocSetting.setExamType(ExamType examType) voidExamDeferSetting.setExamType(ExamType examType) -
Uses of ExamType in org.openurp.edu.exam.model
Methods in org.openurp.edu.exam.model that return ExamTypeModifier and TypeMethodDescriptionExamActivity.getExamType()ExamDeferApply.getExamType()ExamGroup.getExamType()ExamNotice.getExamType()ExamRoom.getExamType()ExamTaker.getExamType()ExamTask.getExamType()Methods in org.openurp.edu.exam.model with parameters of type ExamTypeModifier and TypeMethodDescriptionvoidExamActivity.setExamType(ExamType examType) voidExamDeferApply.setExamType(ExamType examType) voidExamGroup.setExamType(ExamType examType) voidExamNotice.setExamType(ExamType examType) voidExamRoom.setExamType(ExamType examType) voidExamTaker.setExamType(ExamType examType) voidExamTask.setExamType(ExamType examType) Constructors in org.openurp.edu.exam.model with parameters of type ExamType