Enum StopwordsList
- All Implemented Interfaces:
Serializable
,Comparable<StopwordsList>
,java.lang.constant.Constable
Defines values for StopwordsList.
-
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 arabic.Enum value armenian.Enum value basque.Enum value brazilian.Enum value bulgarian.Enum value catalan.Enum value czech.Enum value danish.Enum value dutch.Enum value english.Enum value finnish.Enum value french.Enum value galician.Enum value german.Enum value greek.Enum value hindi.Enum value hungarian.Enum value indonesian.Enum value irish.Enum value italian.Enum value latvian.Enum value norwegian.Enum value persian.Enum value portuguese.Enum value romanian.Enum value russian.Enum value sorani.Enum value spanish.Enum value swedish.Enum value thai.Enum value turkish. -
Method Summary
Modifier and TypeMethodDescriptionstatic StopwordsList
fromString
(String value) Parses a serialized value to a StopwordsList instance.toString()
static StopwordsList
Returns the enum constant of this type with the specified name.static StopwordsList[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARABIC
Enum value arabic. -
ARMENIAN
Enum value armenian. -
BASQUE
Enum value basque. -
BRAZILIAN
Enum value brazilian. -
BULGARIAN
Enum value bulgarian. -
CATALAN
Enum value catalan. -
CZECH
Enum value czech. -
DANISH
Enum value danish. -
DUTCH
Enum value dutch. -
ENGLISH
Enum value english. -
FINNISH
Enum value finnish. -
FRENCH
Enum value french. -
GALICIAN
Enum value galician. -
GERMAN
Enum value german. -
GREEK
Enum value greek. -
HINDI
Enum value hindi. -
HUNGARIAN
Enum value hungarian. -
INDONESIAN
Enum value indonesian. -
IRISH
Enum value irish. -
ITALIAN
Enum value italian. -
LATVIAN
Enum value latvian. -
NORWEGIAN
Enum value norwegian. -
PERSIAN
Enum value persian. -
PORTUGUESE
Enum value portuguese. -
ROMANIAN
Enum value romanian. -
RUSSIAN
Enum value russian. -
SORANI
Enum value sorani. -
SPANISH
Enum value spanish. -
SWEDISH
Enum value swedish. -
THAI
Enum value thai. -
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 StopwordsList instance.- Parameters:
value
- the serialized value to parse.- Returns:
- the parsed StopwordsList object, or null if unable to parse.
-
toString
- Overrides:
toString
in classEnum<StopwordsList>
-