Enum Class Tex.PRINTMODE

java.lang.Object
java.lang.Enum<Tex.PRINTMODE>
at.letto.tools.tex.Tex.PRINTMODE
All Implemented Interfaces:
Serializable, Comparable<Tex.PRINTMODE>, Constable
Enclosing class:
Tex

public static enum Tex.PRINTMODE extends Enum<Tex.PRINTMODE>
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
Author:
damboeck
  • Enum Constant Details

  • Constructor Details

    • PRINTMODE

      private PRINTMODE()
  • Method Details

    • values

      public static Tex.PRINTMODE[] 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

      public static Tex.PRINTMODE valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getHTMLMODE

      public HTMLMODE 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