Enum Class Language

java.lang.Object
java.lang.Enum<Language>
com.redis.lettucemod.search.Language
All Implemented Interfaces:
Serializable, Comparable<Language>, Constable

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

    • ARABIC

      public static final Language ARABIC
    • CHINESE

      public static final Language CHINESE
    • DANISH

      public static final Language DANISH
    • DUTCH

      public static final Language DUTCH
    • ENGLISH

      public static final Language ENGLISH
    • FINNISH

      public static final Language FINNISH
    • FRENCH

      public static final Language FRENCH
    • GERMAN

      public static final Language GERMAN
    • HUNGARIAN

      public static final Language HUNGARIAN
    • ITALIAN

      public static final Language ITALIAN
    • NORWEGIAN

      public static final Language NORWEGIAN
    • PORTUGUESE

      public static final Language PORTUGUESE
    • ROMANIAN

      public static final Language ROMANIAN
    • RUSSIAN

      public static final Language RUSSIAN
    • SPANISH

      public static final Language SPANISH
    • SWEDISH

      public static final Language SWEDISH
    • TAMIL

      public static final Language TAMIL
    • TURKISH

      public static final Language TURKISH
  • Method Details

    • values

      public static Language[] 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 Language 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
    • getId

      public String getId()