public static enum AdStudyObjective.EnumBreakdowns extends Enum<AdStudyObjective.EnumBreakdowns>
| Enum Constant and Description |
|---|
VALUE_AGE |
VALUE_CELL_ID |
VALUE_COUNTRY |
VALUE_GENDER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdStudyObjective.EnumBreakdowns |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdStudyObjective.EnumBreakdowns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdStudyObjective.EnumBreakdowns VALUE_AGE
public static final AdStudyObjective.EnumBreakdowns VALUE_CELL_ID
public static final AdStudyObjective.EnumBreakdowns VALUE_COUNTRY
public static final AdStudyObjective.EnumBreakdowns VALUE_GENDER
public static AdStudyObjective.EnumBreakdowns[] values()
for (AdStudyObjective.EnumBreakdowns c : AdStudyObjective.EnumBreakdowns.values()) System.out.println(c);
public static AdStudyObjective.EnumBreakdowns 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 String toString()
toString in class Enum<AdStudyObjective.EnumBreakdowns>Copyright © 2020. All rights reserved.