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