Enum Class FormDisplayMode

java.lang.Object
java.lang.Enum<FormDisplayMode>
de.espirit.firstspirit.access.store.templatestore.gom.FormDisplayMode
All Implemented Interfaces:
Serializable, Comparable<FormDisplayMode>, Constable

public enum FormDisplayMode extends Enum<FormDisplayMode>
Switch for setting the display mode of a form
Since:
3.1
  • Enum Constant Details

    • ALL

      public static final FormDisplayMode ALL
      Display all form fields
      Since:
      3.1
    • COMMON

      public static final FormDisplayMode COMMON
      Display common fields
      Since:
      3.1
    • MANDATORY

      public static final FormDisplayMode MANDATORY
      Only display mandatory fields
      Since:
      3.1
  • Method Details

    • values

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