public enum LandingPageTypeEnum extends java.lang.Enum<LandingPageTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static LandingPageTypeEnum |
getConstantByValue(int value) |
int |
getValue() |
static LandingPageTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LandingPageTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LandingPageTypeEnum LANDING
public static final LandingPageTypeEnum SPC
public static final LandingPageTypeEnum AFF
public static LandingPageTypeEnum[] values()
for (LandingPageTypeEnum c : LandingPageTypeEnum.values()) System.out.println(c);
public static LandingPageTypeEnum 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 LandingPageTypeEnum getConstantByValue(int value) throws net.anotheria.asg.exception.ConstantNotFoundException
net.anotheria.asg.exception.ConstantNotFoundExceptionCopyright © 2012-2023 anotheria.net. All Rights Reserved.