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