Uses of Class
org.openurp.edu.lesson.model.CourseSchedule.Status
-
Packages that use CourseSchedule.Status Package Description org.openurp.edu.lesson.model -
-
Uses of CourseSchedule.Status in org.openurp.edu.lesson.model
Methods in org.openurp.edu.lesson.model that return CourseSchedule.Status Modifier and Type Method Description CourseSchedule.StatusCourseSchedule. getStatus()static CourseSchedule.StatusCourseSchedule.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static CourseSchedule.Status[]CourseSchedule.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-