Package com.twilio.twiml.voice
Enum SsmlLang.XmlLang
- java.lang.Object
-
- java.lang.Enum<SsmlLang.XmlLang>
-
- com.twilio.twiml.voice.SsmlLang.XmlLang
-
- All Implemented Interfaces:
Serializable,Comparable<SsmlLang.XmlLang>
- Enclosing class:
- SsmlLang
public static enum SsmlLang.XmlLang extends Enum<SsmlLang.XmlLang>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()static SsmlLang.XmlLangvalueOf(String name)Returns the enum constant of this type with the specified name.static SsmlLang.XmlLang[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ARB
public static final SsmlLang.XmlLang ARB
-
CA_ES
public static final SsmlLang.XmlLang CA_ES
-
CMN_CN
public static final SsmlLang.XmlLang CMN_CN
-
CY_GB
public static final SsmlLang.XmlLang CY_GB
-
DA_DK
public static final SsmlLang.XmlLang DA_DK
-
DE_DE
public static final SsmlLang.XmlLang DE_DE
-
DE_AT
public static final SsmlLang.XmlLang DE_AT
-
EN_AU
public static final SsmlLang.XmlLang EN_AU
-
EN_GB
public static final SsmlLang.XmlLang EN_GB
-
EN_GB_WLS
public static final SsmlLang.XmlLang EN_GB_WLS
-
EN_IN
public static final SsmlLang.XmlLang EN_IN
-
EN_NZ
public static final SsmlLang.XmlLang EN_NZ
-
EN_US
public static final SsmlLang.XmlLang EN_US
-
EN_ZA
public static final SsmlLang.XmlLang EN_ZA
-
ES_ES
public static final SsmlLang.XmlLang ES_ES
-
ES_MX
public static final SsmlLang.XmlLang ES_MX
-
ES_US
public static final SsmlLang.XmlLang ES_US
-
FR_CA
public static final SsmlLang.XmlLang FR_CA
-
FR_FR
public static final SsmlLang.XmlLang FR_FR
-
HI_IN
public static final SsmlLang.XmlLang HI_IN
-
IS_IS
public static final SsmlLang.XmlLang IS_IS
-
IT_IT
public static final SsmlLang.XmlLang IT_IT
-
JA_JP
public static final SsmlLang.XmlLang JA_JP
-
KO_KR
public static final SsmlLang.XmlLang KO_KR
-
NB_NO
public static final SsmlLang.XmlLang NB_NO
-
NL_NL
public static final SsmlLang.XmlLang NL_NL
-
PL_PL
public static final SsmlLang.XmlLang PL_PL
-
PT_BR
public static final SsmlLang.XmlLang PT_BR
-
PT_PT
public static final SsmlLang.XmlLang PT_PT
-
RO_RO
public static final SsmlLang.XmlLang RO_RO
-
RU_RU
public static final SsmlLang.XmlLang RU_RU
-
SV_SE
public static final SsmlLang.XmlLang SV_SE
-
TR_TR
public static final SsmlLang.XmlLang TR_TR
-
-
Method Detail
-
values
public static SsmlLang.XmlLang[] 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 (SsmlLang.XmlLang c : SsmlLang.XmlLang.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SsmlLang.XmlLang 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:
toStringin classEnum<SsmlLang.XmlLang>
-
-