Enum SnowballLanguage
- java.lang.Object
-
- java.lang.Enum<SnowballLanguage>
-
- org.opensearch.client.opensearch._types.analysis.SnowballLanguage
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SnowballLanguage>,JsonEnum,JsonpSerializable
@JsonpDeserializable public enum SnowballLanguage extends java.lang.Enum<SnowballLanguage> implements JsonEnum
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opensearch.client.json.JsonEnum
JsonEnum.Deserializer<T extends JsonEnum>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonEnum.Deserializer<SnowballLanguage>_DESERIALIZER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringjsonValue()static SnowballLanguagevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SnowballLanguage[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Armenian
public static final SnowballLanguage Armenian
-
Basque
public static final SnowballLanguage Basque
-
Catalan
public static final SnowballLanguage Catalan
-
Danish
public static final SnowballLanguage Danish
-
Dutch
public static final SnowballLanguage Dutch
-
English
public static final SnowballLanguage English
-
Finnish
public static final SnowballLanguage Finnish
-
French
public static final SnowballLanguage French
-
German
public static final SnowballLanguage German
-
German2
public static final SnowballLanguage German2
-
Hungarian
public static final SnowballLanguage Hungarian
-
Italian
public static final SnowballLanguage Italian
-
Kp
public static final SnowballLanguage Kp
-
Lovins
public static final SnowballLanguage Lovins
-
Norwegian
public static final SnowballLanguage Norwegian
-
Porter
public static final SnowballLanguage Porter
-
Portuguese
public static final SnowballLanguage Portuguese
-
Romanian
public static final SnowballLanguage Romanian
-
Russian
public static final SnowballLanguage Russian
-
Spanish
public static final SnowballLanguage Spanish
-
Swedish
public static final SnowballLanguage Swedish
-
Turkish
public static final SnowballLanguage Turkish
-
-
Field Detail
-
_DESERIALIZER
public static final JsonEnum.Deserializer<SnowballLanguage> _DESERIALIZER
-
-
Method Detail
-
values
public static SnowballLanguage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SnowballLanguage c : SnowballLanguage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SnowballLanguage valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-