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