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