Enum SnowballTokenFilterLanguage
java.lang.Object
java.lang.Enum<SnowballTokenFilterLanguage>
com.azure.search.documents.indexes.models.SnowballTokenFilterLanguage
- All Implemented Interfaces:
Serializable
,Comparable<SnowballTokenFilterLanguage>
,java.lang.constant.Constable
Defines values for SnowballTokenFilterLanguage.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnum value armenian.Enum value basque.Enum value catalan.Enum value danish.Enum value dutch.Enum value english.Enum value finnish.Enum value french.Enum value german.Enum value german2.Enum value hungarian.Enum value italian.Enum value kp.Enum value lovins.Enum value norwegian.Enum value porter.Enum value portuguese.Enum value romanian.Enum value russian.Enum value spanish.Enum value swedish.Enum value turkish. -
Method Summary
Modifier and TypeMethodDescriptionstatic SnowballTokenFilterLanguage
fromString
(String value) Parses a serialized value to a SnowballTokenFilterLanguage instance.toString()
static SnowballTokenFilterLanguage
Returns the enum constant of this type with the specified name.static SnowballTokenFilterLanguage[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARMENIAN
Enum value armenian. -
BASQUE
Enum value basque. -
CATALAN
Enum value catalan. -
DANISH
Enum value danish. -
DUTCH
Enum value dutch. -
ENGLISH
Enum value english. -
FINNISH
Enum value finnish. -
FRENCH
Enum value french. -
GERMAN
Enum value german. -
GERMAN2
Enum value german2. -
HUNGARIAN
Enum value hungarian. -
ITALIAN
Enum value italian. -
KP
Enum value kp. -
LOVINS
Enum value lovins. -
NORWEGIAN
Enum value norwegian. -
PORTER
Enum value porter. -
PORTUGUESE
Enum value portuguese. -
ROMANIAN
Enum value romanian. -
RUSSIAN
Enum value russian. -
SPANISH
Enum value spanish. -
SWEDISH
Enum value swedish. -
TURKISH
Enum value turkish.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
fromString
Parses a serialized value to a SnowballTokenFilterLanguage instance.- Parameters:
value
- the serialized value to parse.- Returns:
- the parsed SnowballTokenFilterLanguage object, or null if unable to parse.
-
toString
- Overrides:
toString
in classEnum<SnowballTokenFilterLanguage>
-