Uses of Class
client.dto.enums.Season
-
Packages that use Season Package Description client.dto.enums client.dto.objects view.controller -
-
Uses of Season in client.dto.enums
Methods in client.dto.enums that return Season Modifier and Type Method Description static SeasonSeason. valueOf(String name)Returns the enum constant of this type with the specified name.static Season[]Season. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Season in client.dto.objects
Methods in client.dto.objects that return Season Modifier and Type Method Description SeasonCourse. getSeason() -
Uses of Season in view.controller
Fields in view.controller with type parameters of type Season Modifier and Type Field Description javafx.scene.control.ComboBox<Season>KosController. season
-