Uses of Enum
edu.pdx.cs410J.grader.gradebook.LetterGrade
Packages that use LetterGrade
-
Uses of LetterGrade in edu.pdx.cs410J.grader.gradebook
Methods in edu.pdx.cs410J.grader.gradebook that return LetterGradeModifier and TypeMethodDescriptionstatic LetterGrade
LetterGrade.fromString
(String string) Student.getLetterGrade()
GradeBook.getLetterGradeForScore
(Student.Section section, double score) GradeBook.LetterGradeRanges.LetterGradeRange.letterGrade()
static LetterGrade
Returns the enum constant of this type with the specified name.static LetterGrade[]
LetterGrade.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.pdx.cs410J.grader.gradebook with parameters of type LetterGradeModifier and TypeMethodDescriptionGradeBook.LetterGradeRanges.getRange
(LetterGrade letterGrade) void
Student.setLetterGrade
(LetterGrade letterGrade) Constructors in edu.pdx.cs410J.grader.gradebook with parameters of type LetterGradeModifierConstructorDescriptionLetterGradeRange
(LetterGrade letterGrade, int minimum, int maximum)