public static enum DetectionService.DesktopNegatives extends java.lang.Enum<DetectionService.DesktopNegatives>
| Enum Constant and Description |
|---|
ANDROID |
HTC |
IPHONE |
LG |
MIDP |
MMP |
MOBILE |
MOTOROLA |
NOKIA |
PALM |
POCKET |
SAMSUNG |
SYMBIAN |
WAP |
WINDOWSCE |
WIRELESS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static DetectionService.DesktopNegatives |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetectionService.DesktopNegatives[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectionService.DesktopNegatives MIDP
public static final DetectionService.DesktopNegatives WINDOWSCE
public static final DetectionService.DesktopNegatives SYMBIAN
public static final DetectionService.DesktopNegatives IPHONE
public static final DetectionService.DesktopNegatives ANDROID
public static final DetectionService.DesktopNegatives MOBILE
public static final DetectionService.DesktopNegatives WAP
public static final DetectionService.DesktopNegatives WIRELESS
public static final DetectionService.DesktopNegatives MMP
public static final DetectionService.DesktopNegatives HTC
public static final DetectionService.DesktopNegatives NOKIA
public static final DetectionService.DesktopNegatives PALM
public static final DetectionService.DesktopNegatives POCKET
public static final DetectionService.DesktopNegatives LG
public static final DetectionService.DesktopNegatives SAMSUNG
public static final DetectionService.DesktopNegatives MOTOROLA
public static DetectionService.DesktopNegatives[] values()
for (DetectionService.DesktopNegatives c : DetectionService.DesktopNegatives.values()) System.out.println(c);
public static DetectionService.DesktopNegatives valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
Copyright © 2018 SAP SE. All Rights Reserved.