public enum GooglePlaceLanguage extends java.lang.Enum<GooglePlaceLanguage> implements com.crm.dataobject.ICRMLookupEnum
Enum Constant and Description |
---|
AR |
BG |
BN |
CA |
CS |
DA |
DE |
EL |
EN |
EN_AU |
EN_GB |
ES |
EU |
FA |
FI |
FIL |
FR |
GL |
GU |
HI |
HR |
HU |
ID |
IT |
IW |
JA |
KN |
KO |
LT |
LV |
ML |
MR |
NL |
NO |
PL |
PT |
PT_BR |
PT_BT |
RO |
RU |
SK |
SL |
SR |
SV |
TA |
TE |
TH |
TL |
TR |
UK |
VI |
ZH_CN |
ZH_TW |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
java.lang.String |
getValue() |
static GooglePlaceLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GooglePlaceLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GooglePlaceLanguage AR
public static final GooglePlaceLanguage BG
public static final GooglePlaceLanguage BN
public static final GooglePlaceLanguage CA
public static final GooglePlaceLanguage CS
public static final GooglePlaceLanguage DA
public static final GooglePlaceLanguage DE
public static final GooglePlaceLanguage EL
public static final GooglePlaceLanguage EN
public static final GooglePlaceLanguage EN_AU
public static final GooglePlaceLanguage EN_GB
public static final GooglePlaceLanguage ES
public static final GooglePlaceLanguage EU
public static final GooglePlaceLanguage FA
public static final GooglePlaceLanguage FI
public static final GooglePlaceLanguage FIL
public static final GooglePlaceLanguage FR
public static final GooglePlaceLanguage GL
public static final GooglePlaceLanguage GU
public static final GooglePlaceLanguage HI
public static final GooglePlaceLanguage HR
public static final GooglePlaceLanguage HU
public static final GooglePlaceLanguage ID
public static final GooglePlaceLanguage UK
public static final GooglePlaceLanguage IT
public static final GooglePlaceLanguage IW
public static final GooglePlaceLanguage JA
public static final GooglePlaceLanguage KN
public static final GooglePlaceLanguage KO
public static final GooglePlaceLanguage LT
public static final GooglePlaceLanguage LV
public static final GooglePlaceLanguage ML
public static final GooglePlaceLanguage MR
public static final GooglePlaceLanguage NL
public static final GooglePlaceLanguage NO
public static final GooglePlaceLanguage PL
public static final GooglePlaceLanguage PT
public static final GooglePlaceLanguage PT_BR
public static final GooglePlaceLanguage PT_BT
public static final GooglePlaceLanguage RO
public static final GooglePlaceLanguage RU
public static final GooglePlaceLanguage SK
public static final GooglePlaceLanguage SL
public static final GooglePlaceLanguage SR
public static final GooglePlaceLanguage SV
public static final GooglePlaceLanguage TA
public static final GooglePlaceLanguage TE
public static final GooglePlaceLanguage TH
public static final GooglePlaceLanguage TL
public static final GooglePlaceLanguage TR
public static final GooglePlaceLanguage VI
public static final GooglePlaceLanguage ZH_CN
public static final GooglePlaceLanguage ZH_TW
public static GooglePlaceLanguage[] values()
for (GooglePlaceLanguage c : GooglePlaceLanguage.values()) System.out.println(c);
public static GooglePlaceLanguage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface com.crm.dataobject.ICRMLookupEnum
public java.lang.String getValue()