Package at.letto.tools.tex
Enum Class Tex.PRINTMODE
- All Implemented Interfaces:
Serializable
,Comparable<Tex.PRINTMODE>
,Constable
- Enclosing class:
Tex
MODUS wie der Tex-Ausdruck erfolgen soll:
PRINTFRAGE : Ausgabe des reinen Fragetextes
PRINTERGEBNIS : Ausgabe von Frage und Antwort
PRINTFORMEL : Ausgabe von Frage, Antwort und Berechnungsformel
PRINTINFO : Ausgabe von Frage, Antwort, Berechnungsformel und Info-Elementen
PRINTHTML : direkte Druckausgabe auf dem Browser als HTML-Ansicht, Tex wird dabei nicht verwendet
PRINTANTWORT : Ausgabe von Frage und Schülerantwort
PRINTANTWORTERGEBNIS : Ausgabe von Frage und Schülerantwort und Ergebnis
PRINTEINSICHTNAHME : Einsichtnahme durch den Studenten mit Schülerergebnissen jedoch ohne Multiple-Choice und Zuordnungsfragen
PRINTFRAGE : Ausgabe des reinen Fragetextes
PRINTERGEBNIS : Ausgabe von Frage und Antwort
PRINTFORMEL : Ausgabe von Frage, Antwort und Berechnungsformel
PRINTINFO : Ausgabe von Frage, Antwort, Berechnungsformel und Info-Elementen
PRINTHTML : direkte Druckausgabe auf dem Browser als HTML-Ansicht, Tex wird dabei nicht verwendet
PRINTANTWORT : Ausgabe von Frage und Schülerantwort
PRINTANTWORTERGEBNIS : Ausgabe von Frage und Schülerantwort und Ergebnis
PRINTEINSICHTNAHME : Einsichtnahme durch den Studenten mit Schülerergebnissen jedoch ohne Multiple-Choice und Zuordnungsfragen
- Author:
- damboeck
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
antwort()
boolean
ergebnis()
boolean
formel()
static Tex.PRINTMODE
Returns the enum constant of this class with the specified name.static Tex.PRINTMODE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PRINTFRAGE
-
PRINTERGEBNIS
-
PRINTFORMEL
-
PRINTINFO
-
PRINTHTML
-
PRINTANTWORT
-
PRINTANTWORTERGEBNIS
-
PRINTEINSICHTNAHME
-
-
Constructor Details
-
PRINTMODE
private PRINTMODE()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getHTMLMODE
-
antwort
public boolean antwort()- Returns:
- true wenn die Schülerantwort gedruckt wird
-
ergebnis
public boolean ergebnis()- Returns:
- true wenn das Ergebnis gedruckt wird
-
formel
public boolean formel()- Returns:
- true wenn die Formel gedruckt wird
-