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