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