public static enum IGdprConfig.DataInclusionType extends Enum<IGdprConfig.DataInclusionType>
Modifier and Type | Method and Description |
---|---|
static IGdprConfig.DataInclusionType |
fromInteger(int id) |
int |
getId() |
static IGdprConfig.DataInclusionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IGdprConfig.DataInclusionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IGdprConfig.DataInclusionType NONE
public static final IGdprConfig.DataInclusionType NAMES
public static final IGdprConfig.DataInclusionType DATA
public static IGdprConfig.DataInclusionType[] values()
for (IGdprConfig.DataInclusionType c : IGdprConfig.DataInclusionType.values()) System.out.println(c);
public static IGdprConfig.DataInclusionType 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 int getId()
public static IGdprConfig.DataInclusionType fromInteger(int id)