com.amazonaws.services.cloudsearchv2.model
Enum AnalysisSchemeLanguage

java.lang.Object
  extended by java.lang.Enum<AnalysisSchemeLanguage>
      extended by com.amazonaws.services.cloudsearchv2.model.AnalysisSchemeLanguage
All Implemented Interfaces:
Serializable, Comparable<AnalysisSchemeLanguage>

public enum AnalysisSchemeLanguage
extends Enum<AnalysisSchemeLanguage>

Analysis Scheme Language


Enum Constant Summary
Ar
           
Bg
           
Ca
           
Cs
           
Da
           
De
           
El
           
En
           
Es
           
Eu
           
Fa
           
Fi
           
Fr
           
Ga
           
Gl
           
He
           
Hi
           
Hu
           
Hy
           
Id
           
It
           
Ja
           
Ko
           
Lv
           
Mul
           
Nl
           
No
           
Pt
           
Ro
           
Ru
           
Sv
           
Th
           
Tr
           
ZhHans
           
ZhHant
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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 name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<AnalysisSchemeLanguage>

fromValue

public static AnalysisSchemeLanguage fromValue(String value)
Use this in place of valueOf.

Parameters:
value - real value
Returns:
AnalysisSchemeLanguage corresponding to the value


Copyright © 2016. All rights reserved.