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 CourseGradeState.AuditStatusCourseGradeState. getAuditStatus()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.Methods in org.openurp.edu.grade.course.model with parameters of type CourseGradeState.AuditStatus Modifier and Type Method Description voidCourseGradeState. setAuditStatus(CourseGradeState.AuditStatus auditStatus)
-