public static enum AppProperties.MC_LANGUAGE extends Enum<AppProperties.MC_LANGUAGE>
Enum Constant and Description |
---|
CA_ES |
CS_CZ |
DA_DK |
DE_DE |
EN_US |
ES_AR |
ES_ES |
FR_FR |
HE_IL |
HU_HU |
ID_ID |
IT_IT |
MK_MK |
NL_NL |
NO_NO |
PL_PL |
PT_BR |
RO_RO |
RU_RU |
TA_IN |
ZH_CN |
ZH_TW |
Modifier and Type | Method and Description |
---|---|
static AppProperties.MC_LANGUAGE |
fromString(String text) |
static AppProperties.MC_LANGUAGE |
get(int id) |
String |
getText() |
static AppProperties.MC_LANGUAGE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppProperties.MC_LANGUAGE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppProperties.MC_LANGUAGE CA_ES
public static final AppProperties.MC_LANGUAGE CS_CZ
public static final AppProperties.MC_LANGUAGE DA_DK
public static final AppProperties.MC_LANGUAGE DE_DE
public static final AppProperties.MC_LANGUAGE EN_US
public static final AppProperties.MC_LANGUAGE ES_AR
public static final AppProperties.MC_LANGUAGE ES_ES
public static final AppProperties.MC_LANGUAGE FR_FR
public static final AppProperties.MC_LANGUAGE HE_IL
public static final AppProperties.MC_LANGUAGE HU_HU
public static final AppProperties.MC_LANGUAGE ID_ID
public static final AppProperties.MC_LANGUAGE IT_IT
public static final AppProperties.MC_LANGUAGE MK_MK
public static final AppProperties.MC_LANGUAGE NL_NL
public static final AppProperties.MC_LANGUAGE NO_NO
public static final AppProperties.MC_LANGUAGE PL_PL
public static final AppProperties.MC_LANGUAGE PT_BR
public static final AppProperties.MC_LANGUAGE RO_RO
public static final AppProperties.MC_LANGUAGE RU_RU
public static final AppProperties.MC_LANGUAGE TA_IN
public static final AppProperties.MC_LANGUAGE ZH_CN
public static final AppProperties.MC_LANGUAGE ZH_TW
public static AppProperties.MC_LANGUAGE[] values()
for (AppProperties.MC_LANGUAGE c : AppProperties.MC_LANGUAGE.values()) System.out.println(c);
public static AppProperties.MC_LANGUAGE 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 String getText()
public static AppProperties.MC_LANGUAGE get(int id)
public static AppProperties.MC_LANGUAGE fromString(String text)
Copyright © 2015–2019. All rights reserved.