public enum SelectLanguage extends Enum<SelectLanguage>
Enum Constant and Description |
---|
AR |
BG |
CRO |
CS |
DA |
DE |
EN |
EN_US |
ES_CL |
ES_ES |
EU |
FA |
FI |
FR |
HU |
ID |
IT |
KO |
LT |
NB |
NL |
PL |
PT_BR |
PT_PT |
RO |
RU |
SK |
SL |
SV |
TR |
UA |
ZH_CN |
ZH_TW |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
TextResource |
getJs() |
static SelectLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectLanguage AR
public static final SelectLanguage BG
public static final SelectLanguage CRO
public static final SelectLanguage CS
public static final SelectLanguage DA
public static final SelectLanguage DE
public static final SelectLanguage EN_US
public static final SelectLanguage ES_CL
public static final SelectLanguage ES_ES
public static final SelectLanguage EU
public static final SelectLanguage FA
public static final SelectLanguage FI
public static final SelectLanguage FR
public static final SelectLanguage HU
public static final SelectLanguage ID
public static final SelectLanguage IT
public static final SelectLanguage KO
public static final SelectLanguage LT
public static final SelectLanguage NB
public static final SelectLanguage NL
public static final SelectLanguage PL
public static final SelectLanguage PT_BR
public static final SelectLanguage PT_PT
public static final SelectLanguage RO
public static final SelectLanguage RU
public static final SelectLanguage SK
public static final SelectLanguage SL
public static final SelectLanguage SV
public static final SelectLanguage TR
public static final SelectLanguage UA
public static final SelectLanguage ZH_CN
public static final SelectLanguage ZH_TW
public static final SelectLanguage EN
public static SelectLanguage[] values()
for (SelectLanguage c : SelectLanguage.values()) System.out.println(c);
public static SelectLanguage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic TextResource getJs()
Copyright © 2017. All rights reserved.