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