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