Enum Class Request.Mode

java.lang.Object
java.lang.Enum<Request.Mode>
de.espirit.firstspirit.access.search.Request.Mode
All Implemented Interfaces:
Serializable, Comparable<Request.Mode>, Constable
Enclosing class:
Request

public static enum Request.Mode extends Enum<Request.Mode>
The mode of the request
Since:
4.0.17
  • Enum Constant Details

    • ALL

      public static final Request.Mode ALL
      Designates the mode all.
      Since:
      4.0.17
    • DATA

      public static final Request.Mode DATA
      Designates the mode data.
      Since:
      4.0.17
    • META

      public static final Request.Mode META
      Designates the mode meta data.
      Since:
      4.0.17
    • TEMPLATES

      public static final Request.Mode TEMPLATES
      Designates the mode templates.
      Since:
      4.0.17
    • UID

      public static final Request.Mode UID
      Designates the mode UID.
      Since:
      4.1.9
  • Method Details

    • values

      public static Request.Mode[] 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 Request.Mode 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