Uses of Enum Class
it.unimib.unimibmodules.model.QuestionType
Packages that use QuestionType
-
Uses of QuestionType in it.unimib.unimibmodules.model
Fields in it.unimib.unimibmodules.model declared as QuestionTypeModifier and TypeFieldDescriptionprivate QuestionType
Question.questionType
The type of the question.Methods in it.unimib.unimibmodules.model that return QuestionTypeModifier and TypeMethodDescriptionstatic QuestionType
Returns the enum constant of this class with the specified name.static QuestionType[]
QuestionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.