Enum Class JPALazyDataModel.FilterCaseConversion

java.lang.Object
java.lang.Enum<JPALazyDataModel.FilterCaseConversion>
com.flowlogix.jeedao.primefaces.JPALazyDataModel.FilterCaseConversion
All Implemented Interfaces:
Serializable, Comparable<JPALazyDataModel.FilterCaseConversion>, Constable
Enclosing class:
JPALazyDataModel<TT>

public static enum JPALazyDataModel.FilterCaseConversion extends Enum<JPALazyDataModel.FilterCaseConversion>
used in case-insensitive queries to convert case to lower / upper case
Author:
lprimak
  • Enum Constant Details

  • Method Details

    • values

      public static JPALazyDataModel.FilterCaseConversion[] 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 JPALazyDataModel.FilterCaseConversion 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