Uses of Enum
edu.pdx.cs410J.grader.gradebook.Student.Section
Packages that use Student.Section
-
Uses of Student.Section in edu.pdx.cs410J.grader.gradebook
Methods in edu.pdx.cs410J.grader.gradebook that return Student.SectionModifier 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.Methods in edu.pdx.cs410J.grader.gradebook that return types with arguments of type Student.SectionMethods in edu.pdx.cs410J.grader.gradebook with parameters of type Student.SectionModifier 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
Constructors in edu.pdx.cs410J.grader.gradebook.ui with parameters of type Student.SectionModifierConstructorDescription(package private)
LetterGradeRangesPanel
(Student.Section undergraduate)