public static enum AdStudyObjective.EnumType extends Enum<AdStudyObjective.EnumType>
| Enum Constant and Description |
|---|
VALUE_BRAND |
VALUE_BRANDLIFT |
VALUE_FTL |
VALUE_MAE |
VALUE_MAI |
VALUE_NONSALES |
VALUE_PARTNER |
VALUE_SALES |
VALUE_TELCO |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdStudyObjective.EnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdStudyObjective.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdStudyObjective.EnumType VALUE_BRAND
public static final AdStudyObjective.EnumType VALUE_BRANDLIFT
public static final AdStudyObjective.EnumType VALUE_FTL
public static final AdStudyObjective.EnumType VALUE_MAE
public static final AdStudyObjective.EnumType VALUE_MAI
public static final AdStudyObjective.EnumType VALUE_NONSALES
public static final AdStudyObjective.EnumType VALUE_PARTNER
public static final AdStudyObjective.EnumType VALUE_SALES
public static final AdStudyObjective.EnumType VALUE_TELCO
public static AdStudyObjective.EnumType[] values()
for (AdStudyObjective.EnumType c : AdStudyObjective.EnumType.values()) System.out.println(c);
public static AdStudyObjective.EnumType 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.EnumType>Copyright © 2020. All rights reserved.