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