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