Enum Class FMODE

java.lang.Object
java.lang.Enum<FMODE>
at.letto.tools.html.FMODE
All Implemented Interfaces:
Serializable, Comparable<FMODE>, Constable

public enum FMODE extends Enum<FMODE>
Mode für die Verarbeitung von berechnenden und Formelelementen TEXT normaler Text
FORMEL2DOLLAR Formeln welche innerhalb von doppelten Dollarzeichen stehen
FORMEL Formeln welche innerhalb von einfachen Dollarzeichen stehen
BERECHNEND Berechnende Elemente innerhalb {= }
Author:
Werner
  • Enum Constant Details

    • TEXT

      public static final FMODE TEXT
    • FORMEL2DOLLAR

      public static final FMODE FORMEL2DOLLAR
    • FORMEL

      public static final FMODE FORMEL
    • BERECHNEND

      public static final FMODE BERECHNEND
  • Constructor Details

    • FMODE

      private FMODE()
  • Method Details

    • values

      public static FMODE[] 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 FMODE 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