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