Enum Class FTCase

java.lang.Object
java.lang.Enum<FTCase>
org.basex.util.ft.FTCase
All Implemented Interfaces:
Serializable, Comparable<FTCase>, java.lang.constant.Constable

public enum FTCase extends Enum<FTCase>
Full-text cases.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Enum Constant Details

    • SENSITIVE

      public static final FTCase SENSITIVE
      Sensitive.
    • INSENSITIVE

      public static final FTCase INSENSITIVE
      Insensitive.
    • LOWER

      public static final FTCase LOWER
      Lower-case.
    • UPPER

      public static final FTCase UPPER
      Upper-case.
  • Method Details

    • values

      public static FTCase[] 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 FTCase 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
    • toString

      public String toString()
      Returns a string representation.
      Overrides:
      toString in class Enum<FTCase>
      Returns:
      string representation