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