Uses of Class
page.codeberg.friedolyn.grades.Semester
Packages that use Semester
-
Uses of Semester in page.codeberg.friedolyn.grades
Fields in page.codeberg.friedolyn.grades declared as SemesterModifier and TypeFieldDescriptionprivate Semester
Exam.semester
The semester in which the exam took place.private Semester
Module.semester
When the module took place.private Semester
Subaccount.semester
Methods in page.codeberg.friedolyn.grades that return SemesterModifier and TypeMethodDescription@NonNull Semester
Semester.copy()
static @NonNull Semester
Converts the given string representation of a semester into aSemester
object.Methods in page.codeberg.friedolyn.grades that return types with arguments of type SemesterModifier and TypeMethodDescriptionExam.getSemester()
Module.getSemester()
Subaccount.getSemester()
Methods in page.codeberg.friedolyn.grades with parameters of type SemesterModifier and TypeMethodDescriptionvoid
Exam.setSemester
(@NonNull Semester semester) Updates theExam.semester
to the given value.void
Module.setSemester
(@NonNull Semester semester) Updates theModule.semester
in which the module took place.