Uses of Class
org.sakaiproject.service.gradebook.shared.GradingEventStatus
-
Packages that use GradingEventStatus Package Description org.sakaiproject.service.gradebook.shared -
-
Uses of GradingEventStatus in org.sakaiproject.service.gradebook.shared
Methods in org.sakaiproject.service.gradebook.shared that return GradingEventStatus Modifier and Type Method Description static GradingEventStatusGradingEventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GradingEventStatus[]GradingEventStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-