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