Enum Header

java.lang.Object
java.lang.Enum<Header>
com.jsql.model.bean.util.Header
All Implemented Interfaces:
Serializable, Comparable<Header>, java.lang.constant.Constable

public enum Header extends Enum<Header>
  • Enum Constant Details

    • URL

      public static final Header URL
    • POST

      public static final Header POST
    • RESPONSE

      public static final Header RESPONSE
    • SOURCE

      public static final Header SOURCE
    • INDEX_ERROR_STRATEGY

      public static final Header INDEX_ERROR_STRATEGY
    • VENDOR

      public static final Header VENDOR
    • PAGE_SIZE

      public static final Header PAGE_SIZE
    • INJECTION_MODEL

      public static final Header INJECTION_MODEL
    • METADATA_PROCESS

      public static final Header METADATA_PROCESS
    • METADATA_STRATEGY

      public static final Header METADATA_STRATEGY
    • METADATA_BOOLEAN

      public static final Header METADATA_BOOLEAN
  • Method Details

    • values

      public static Header[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Header valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null