public static enum ProductEventStat.EnumEvent extends Enum<ProductEventStat.EnumEvent>
Enum Constant and Description |
---|
NULL |
VALUE_ADDTOCART |
VALUE_ADDTOWISHLIST |
VALUE_INITIATECHECKOUT |
VALUE_LEAD |
VALUE_PURCHASE |
VALUE_SEARCH |
VALUE_VIEWCONTENT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ProductEventStat.EnumEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductEventStat.EnumEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductEventStat.EnumEvent VALUE_VIEWCONTENT
public static final ProductEventStat.EnumEvent VALUE_ADDTOCART
public static final ProductEventStat.EnumEvent VALUE_PURCHASE
public static final ProductEventStat.EnumEvent VALUE_INITIATECHECKOUT
public static final ProductEventStat.EnumEvent VALUE_SEARCH
public static final ProductEventStat.EnumEvent VALUE_LEAD
public static final ProductEventStat.EnumEvent VALUE_ADDTOWISHLIST
public static final ProductEventStat.EnumEvent NULL
public static ProductEventStat.EnumEvent[] values()
for (ProductEventStat.EnumEvent c : ProductEventStat.EnumEvent.values()) System.out.println(c);
public static ProductEventStat.EnumEvent valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ProductEventStat.EnumEvent>
Copyright © 2018. All rights reserved.