Enum AnalysisSchemeLanguage
- java.lang.Object
-
- java.lang.Enum<AnalysisSchemeLanguage>
-
- com.amazonaws.services.cloudsearchv2.model.AnalysisSchemeLanguage
-
- All Implemented Interfaces:
Serializable
,Comparable<AnalysisSchemeLanguage>
public enum AnalysisSchemeLanguage extends Enum<AnalysisSchemeLanguage>
An IETF RFC 4646 language code or
mul
for multiple languages.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalysisSchemeLanguage
fromValue(String value)
Use this in place of valueOf.String
toString()
static AnalysisSchemeLanguage
valueOf(String name)
Returns the enum constant of this type with the specified name.static AnalysisSchemeLanguage[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Ar
public static final AnalysisSchemeLanguage Ar
-
Bg
public static final AnalysisSchemeLanguage Bg
-
Ca
public static final AnalysisSchemeLanguage Ca
-
Cs
public static final AnalysisSchemeLanguage Cs
-
Da
public static final AnalysisSchemeLanguage Da
-
De
public static final AnalysisSchemeLanguage De
-
El
public static final AnalysisSchemeLanguage El
-
En
public static final AnalysisSchemeLanguage En
-
Es
public static final AnalysisSchemeLanguage Es
-
Eu
public static final AnalysisSchemeLanguage Eu
-
Fa
public static final AnalysisSchemeLanguage Fa
-
Fi
public static final AnalysisSchemeLanguage Fi
-
Fr
public static final AnalysisSchemeLanguage Fr
-
Ga
public static final AnalysisSchemeLanguage Ga
-
Gl
public static final AnalysisSchemeLanguage Gl
-
He
public static final AnalysisSchemeLanguage He
-
Hi
public static final AnalysisSchemeLanguage Hi
-
Hu
public static final AnalysisSchemeLanguage Hu
-
Hy
public static final AnalysisSchemeLanguage Hy
-
Id
public static final AnalysisSchemeLanguage Id
-
It
public static final AnalysisSchemeLanguage It
-
Ja
public static final AnalysisSchemeLanguage Ja
-
Ko
public static final AnalysisSchemeLanguage Ko
-
Lv
public static final AnalysisSchemeLanguage Lv
-
Mul
public static final AnalysisSchemeLanguage Mul
-
Nl
public static final AnalysisSchemeLanguage Nl
-
No
public static final AnalysisSchemeLanguage No
-
Pt
public static final AnalysisSchemeLanguage Pt
-
Ro
public static final AnalysisSchemeLanguage Ro
-
Ru
public static final AnalysisSchemeLanguage Ru
-
Sv
public static final AnalysisSchemeLanguage Sv
-
Th
public static final AnalysisSchemeLanguage Th
-
Tr
public static final AnalysisSchemeLanguage Tr
-
ZhHans
public static final AnalysisSchemeLanguage ZhHans
-
ZhHant
public static final AnalysisSchemeLanguage ZhHant
-
-
Method Detail
-
values
public static AnalysisSchemeLanguage[] 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 (AnalysisSchemeLanguage c : AnalysisSchemeLanguage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AnalysisSchemeLanguage valueOf(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:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
public String toString()
- Overrides:
toString
in classEnum<AnalysisSchemeLanguage>
-
fromValue
public static AnalysisSchemeLanguage fromValue(String value)
Use this in place of valueOf.- Parameters:
value
- real value- Returns:
- AnalysisSchemeLanguage corresponding to the value
-
-