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 SemesterExam.semesterThe semester in which the exam took place.private SemesterModule.semesterWhen the module took place.private SemesterSubaccount.semesterMethods in page.codeberg.friedolyn.grades that return SemesterModifier and TypeMethodDescription@NonNull SemesterSemester.copy()static @NonNull SemesterConverts the given string representation of a semester into aSemesterobject.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 TypeMethodDescriptionvoidExam.setSemester(@NonNull Semester semester) Updates theExam.semesterto the given value.voidModule.setSemester(@NonNull Semester semester) Updates theModule.semesterin which the module took place.