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