public enum LandingPageLocaleEnum extends java.lang.Enum<LandingPageLocaleEnum>
| Enum Constant and Description |
|---|
AT |
CH |
CH_FR |
CZ |
DE |
DK |
EN |
FR |
GENERAL |
NO |
PL |
RU |
SE |
SK |
UA |
| Modifier and Type | Method and Description |
|---|---|
static LandingPageLocaleEnum |
getConstantByValue(int value) |
int |
getValue() |
static LandingPageLocaleEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LandingPageLocaleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LandingPageLocaleEnum GENERAL
public static final LandingPageLocaleEnum EN
public static final LandingPageLocaleEnum RU
public static final LandingPageLocaleEnum UA
public static final LandingPageLocaleEnum PL
public static final LandingPageLocaleEnum DK
public static final LandingPageLocaleEnum DE
public static final LandingPageLocaleEnum FR
public static final LandingPageLocaleEnum AT
public static final LandingPageLocaleEnum CH
public static final LandingPageLocaleEnum NO
public static final LandingPageLocaleEnum SE
public static final LandingPageLocaleEnum SK
public static final LandingPageLocaleEnum CZ
public static final LandingPageLocaleEnum CH_FR
public static LandingPageLocaleEnum[] values()
for (LandingPageLocaleEnum c : LandingPageLocaleEnum.values()) System.out.println(c);
public static LandingPageLocaleEnum 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 int getValue()
public static LandingPageLocaleEnum getConstantByValue(int value) throws net.anotheria.asg.exception.ConstantNotFoundException
net.anotheria.asg.exception.ConstantNotFoundExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.