public static enum BVEventValues.BVEventClass extends java.lang.Enum<BVEventValues.BVEventClass>
| Enum Constant and Description |
|---|
CONVERSION |
FEATURE |
IMPRESSION |
LIFECYCLE |
PAGE_VIEW |
PERSONALIZATION |
PII_CONVERSION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static BVEventValues.BVEventClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BVEventValues.BVEventClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BVEventValues.BVEventClass FEATURE
public static final BVEventValues.BVEventClass CONVERSION
public static final BVEventValues.BVEventClass PERSONALIZATION
public static final BVEventValues.BVEventClass PAGE_VIEW
public static final BVEventValues.BVEventClass IMPRESSION
public static final BVEventValues.BVEventClass PII_CONVERSION
public static final BVEventValues.BVEventClass LIFECYCLE
public static BVEventValues.BVEventClass[] values()
for (BVEventValues.BVEventClass c : BVEventValues.BVEventClass.values()) System.out.println(c);
public static BVEventValues.BVEventClass 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 java.lang.String toString()
toString in class java.lang.Enum<BVEventValues.BVEventClass>