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