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