public static enum DetectionService.DesktopStrings extends java.lang.Enum<DetectionService.DesktopStrings>
| Enum Constant and Description |
|---|
CHROME |
GECKO |
GOOGLEBOT |
LINUX |
MOBILE |
MOZILLA |
MSIE |
MSN |
OPERA |
SAFARI |
YAHOO |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static DetectionService.DesktopStrings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetectionService.DesktopStrings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectionService.DesktopStrings OPERA
public static final DetectionService.DesktopStrings LINUX
public static final DetectionService.DesktopStrings GOOGLEBOT
public static final DetectionService.DesktopStrings YAHOO
public static final DetectionService.DesktopStrings MSN
public static final DetectionService.DesktopStrings MOBILE
public static final DetectionService.DesktopStrings MSIE
public static final DetectionService.DesktopStrings MOZILLA
public static final DetectionService.DesktopStrings SAFARI
public static final DetectionService.DesktopStrings CHROME
public static final DetectionService.DesktopStrings GECKO
public static DetectionService.DesktopStrings[] values()
for (DetectionService.DesktopStrings c : DetectionService.DesktopStrings.values()) System.out.println(c);
public static DetectionService.DesktopStrings 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.