Uses of Enum Class
at.letto.math.enums.CALCMODE

Packages that use CALCMODE
Package
Description
 
 
  • Uses of CALCMODE in at.letto.math.dto

    Fields in at.letto.math.dto declared as CALCMODE
    Modifier and Type
    Field
    Description
    private CALCMODE
    CalcParamsDto.calcmode
    Art der Berechnung
    MAXIMA : Berechnung im Maxima-Feld einer Frage
    LOESUNG : Berechnung der Lösung aus dem Lösungsfeld
    ERGEBNIS: Vergleich des Ergebnisses des Schülers mit dem Ergebnis des Lehrers
    VIEW : Berechnungen direkt mit Angabefeld mit {=
  • Uses of CALCMODE in at.letto.math.enums

    Methods in at.letto.math.enums that return CALCMODE
    Modifier and Type
    Method
    Description
    static CALCMODE
    CALCMODE.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static CALCMODE[]
    CALCMODE.values()
    Returns an array containing the constants of this enum class, in the order they are declared.