Uses of Class
org.openurp.edu.base.code.model.CourseHourCategory
-
Packages that use CourseHourCategory Package Description org.openurp.edu.base.code.model -
-
Uses of CourseHourCategory in org.openurp.edu.base.code.model
Methods in org.openurp.edu.base.code.model that return CourseHourCategory Modifier and Type Method Description CourseHourCategoryCourseHourType. getCategory()static CourseHourCategoryCourseHourCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static CourseHourCategory[]CourseHourCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openurp.edu.base.code.model with parameters of type CourseHourCategory Modifier and Type Method Description voidCourseHourType. setCategory(CourseHourCategory category)
-