public enum CriteoListenerCode extends java.lang.Enum<CriteoListenerCode>
| Enum Constant and Description |
|---|
CLICK |
CLOSE |
INVALID |
INVALID_CREATIVE |
OPEN |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static CriteoListenerCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CriteoListenerCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CriteoListenerCode VALID
public static final CriteoListenerCode INVALID
public static final CriteoListenerCode INVALID_CREATIVE
public static final CriteoListenerCode CLICK
public static final CriteoListenerCode CLOSE
public static final CriteoListenerCode OPEN
public static CriteoListenerCode[] values()
for (CriteoListenerCode c : CriteoListenerCode.values()) System.out.println(c);
public static CriteoListenerCode 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 null