Interface ILandingPageLocaleDefinition
-
- All Known Implementing Classes:
LandingPageLocaleUtils
public interface ILandingPageLocaleDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static intATConstant for value AT.static java.lang.StringAT_NAMEConstant for value name AT.static intCHConstant for value CH.static intCH_FRConstant for value CH_FR.static java.lang.StringCH_FR_NAMEConstant for value name CH_FR.static java.lang.StringCH_NAMEConstant for value name CH.static intCZConstant for value CZ.static java.lang.StringCZ_NAMEConstant for value name CZ.static intDEConstant for value DE.static java.lang.StringDE_NAMEConstant for value name DE.static intDKConstant for value DK.static java.lang.StringDK_NAMEConstant for value name DK.static intENConstant for value EN.static java.lang.StringEN_NAMEConstant for value name EN.static intFRConstant for value FR.static java.lang.StringFR_NAMEConstant for value name FR.static intGENERALConstant for value GENERAL.static java.lang.StringGENERAL_NAMEConstant for value name GENERAL.static java.lang.String[]LANDINGPAGELOCALE_NAMESstatic int[]LANDINGPAGELOCALE_VALUESstatic intNOConstant for value NO.static java.lang.StringNO_NAMEConstant for value name NO.static intPLConstant for value PL.static java.lang.StringPL_NAMEConstant for value name PL.static intRUConstant for value RU.static java.lang.StringRU_NAMEConstant for value name RU.static intSEConstant for value SE.static java.lang.StringSE_NAMEConstant for value name SE.static intSKConstant for value SK.static java.lang.StringSK_NAMEConstant for value name SK.static intUAConstant for value UA.static java.lang.StringUA_NAMEConstant for value name UA.
-
-
-
Field Detail
-
GENERAL
static final int GENERAL
Constant for value GENERAL.- See Also:
- Constant Field Values
-
EN
static final int EN
Constant for value EN.- See Also:
- Constant Field Values
-
RU
static final int RU
Constant for value RU.- See Also:
- Constant Field Values
-
UA
static final int UA
Constant for value UA.- See Also:
- Constant Field Values
-
PL
static final int PL
Constant for value PL.- See Also:
- Constant Field Values
-
DK
static final int DK
Constant for value DK.- See Also:
- Constant Field Values
-
DE
static final int DE
Constant for value DE.- See Also:
- Constant Field Values
-
FR
static final int FR
Constant for value FR.- See Also:
- Constant Field Values
-
AT
static final int AT
Constant for value AT.- See Also:
- Constant Field Values
-
CH
static final int CH
Constant for value CH.- See Also:
- Constant Field Values
-
NO
static final int NO
Constant for value NO.- See Also:
- Constant Field Values
-
SE
static final int SE
Constant for value SE.- See Also:
- Constant Field Values
-
SK
static final int SK
Constant for value SK.- See Also:
- Constant Field Values
-
CZ
static final int CZ
Constant for value CZ.- See Also:
- Constant Field Values
-
CH_FR
static final int CH_FR
Constant for value CH_FR.- See Also:
- Constant Field Values
-
GENERAL_NAME
static final java.lang.String GENERAL_NAME
Constant for value name GENERAL.- See Also:
- Constant Field Values
-
EN_NAME
static final java.lang.String EN_NAME
Constant for value name EN.- See Also:
- Constant Field Values
-
RU_NAME
static final java.lang.String RU_NAME
Constant for value name RU.- See Also:
- Constant Field Values
-
UA_NAME
static final java.lang.String UA_NAME
Constant for value name UA.- See Also:
- Constant Field Values
-
PL_NAME
static final java.lang.String PL_NAME
Constant for value name PL.- See Also:
- Constant Field Values
-
DK_NAME
static final java.lang.String DK_NAME
Constant for value name DK.- See Also:
- Constant Field Values
-
DE_NAME
static final java.lang.String DE_NAME
Constant for value name DE.- See Also:
- Constant Field Values
-
FR_NAME
static final java.lang.String FR_NAME
Constant for value name FR.- See Also:
- Constant Field Values
-
AT_NAME
static final java.lang.String AT_NAME
Constant for value name AT.- See Also:
- Constant Field Values
-
CH_NAME
static final java.lang.String CH_NAME
Constant for value name CH.- See Also:
- Constant Field Values
-
NO_NAME
static final java.lang.String NO_NAME
Constant for value name NO.- See Also:
- Constant Field Values
-
SE_NAME
static final java.lang.String SE_NAME
Constant for value name SE.- See Also:
- Constant Field Values
-
SK_NAME
static final java.lang.String SK_NAME
Constant for value name SK.- See Also:
- Constant Field Values
-
CZ_NAME
static final java.lang.String CZ_NAME
Constant for value name CZ.- See Also:
- Constant Field Values
-
CH_FR_NAME
static final java.lang.String CH_FR_NAME
Constant for value name CH_FR.- See Also:
- Constant Field Values
-
LANDINGPAGELOCALE_VALUES
static final int[] LANDINGPAGELOCALE_VALUES
-
LANDINGPAGELOCALE_NAMES
static final java.lang.String[] LANDINGPAGELOCALE_NAMES
-
-