Uses of Enum Class
page.codeberg.friedolyn.grades.Semester.SemesterType
Packages that use Semester.SemesterType
-
Uses of Semester.SemesterType in page.codeberg.friedolyn.grades
Fields in page.codeberg.friedolyn.grades declared as Semester.SemesterTypeModifier and TypeFieldDescriptionprivate final @NonNull Semester.SemesterType
Semester.semesterType
Whether the semester takes place in winter or summer.Methods in page.codeberg.friedolyn.grades that return Semester.SemesterTypeModifier and TypeMethodDescription@NonNull Semester.SemesterType
Semester.getSemesterType()
static Semester.SemesterType
Returns the enum constant of this class with the specified name.static Semester.SemesterType[]
Semester.SemesterType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in page.codeberg.friedolyn.grades with parameters of type Semester.SemesterTypeModifierConstructorDescriptionSemester
(@NonNull Semester.SemesterType semesterType, @NonNull Year year) Constructs a newSemester
object.