Uses of Enum
edu.pdx.cs410J.grader.gradebook.Student.Section
-
Uses of Student.Section in edu.pdx.cs410J.grader.gradebook
Modifier and TypeMethodDescriptionstatic Student.Section
Student.Section.fromString
(String string) Student.getEnrolledSection()
static Student.Section
Returns the enum constant of this type with the specified name.static Student.Section[]
Student.Section.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionGradeBook.getLetterGradeForScore
(Student.Section section, double score) GradeBook.getLetterGradeRanges
(Student.Section section) GradeBook.getSectionName
(Student.Section section) Student.setEnrolledSection
(Student.Section enrolledSection) void
GradeBook.setSectionName
(Student.Section section, String sectionName) -
Uses of Student.Section in edu.pdx.cs410J.grader.gradebook.ui
ModifierConstructorDescription(package private)
LetterGradeRangesPanel
(Student.Section undergraduate)