Uses of Enum Class
at.letto.tools.enums.SQMODE
Packages that use SQMODE
-
Uses of SQMODE in at.letto.tools.enums
Fields in at.letto.tools.enums declared as SQMODEModifier and TypeFieldDescriptionprivate SQMODE
AntwortenMischen.qTyp
Fragetyp, für den Auswahl bereitgestellt wird, null bedeutet dass Auswahl für alle Typen gültig istprivate SQMODE
Schwierigkeit.qTyp
Fragetyp, für den Auswahl bereitgestellt wird, null bedeutet dass Auswahl für alle Typen gültig istMethods in at.letto.tools.enums that return SQMODEModifier and TypeMethodDescriptionQuestionType.getSubQuestionType()
static SQMODE
SQMODE.parse
(int i) Erzeugt aus einem Zahlenwert den zugehörigen Subquestion-Modestatic SQMODE
Erzeugt aus einem String den zugehörigen Subquestion-Modestatic SQMODE
Returns the enum constant of this class with the specified name.static SQMODE[]
SQMODE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.letto.tools.enums with parameters of type SQMODEModifier and TypeMethodDescriptionstatic List
<AntwortenMischen> AntwortenMischen.getAntwortenMischen
(SQMODE typ) Liefert alle enum-Einträge, die für einen Fragetyp passenstatic List
<Schwierigkeit> Schwierigkeit.getSchwierigkeiten
(SQMODE typ) Liefert alle enum-Einträge, die für einen Fragetyp passenConstructors in at.letto.tools.enums with parameters of type SQMODEModifierConstructorDescriptionprivate
AntwortenMischen
(SQMODE typ) Konstructorprivate
Schwierigkeit
(SQMODE typ) Konstructor