public enum OsCategory extends Enum<OsCategory>
| Enum Constant and Description |
|---|
Android |
Bada |
BlackBerry |
Ios |
Kindle |
Linux |
MacOs |
Maemo |
Palm |
Psp |
Roku |
Series40 |
SonyEricsson |
SunOs |
Symbian |
Unknown |
Webos |
Wii |
Windows |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
match(String agentString) |
static OsCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OsCategory Windows
public static final OsCategory Android
public static final OsCategory Linux
public static final OsCategory Webos
public static final OsCategory Palm
public static final OsCategory Ios
public static final OsCategory MacOs
public static final OsCategory Maemo
public static final OsCategory Bada
public static final OsCategory Kindle
public static final OsCategory Symbian
public static final OsCategory Series40
public static final OsCategory SonyEricsson
public static final OsCategory SunOs
public static final OsCategory Psp
public static final OsCategory Wii
public static final OsCategory BlackBerry
public static final OsCategory Roku
public static final OsCategory Unknown
public static OsCategory[] values()
for (OsCategory c : OsCategory.values()) System.out.println(c);
public static OsCategory 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 getName()
Copyright © 2005–2018 The Beangle Software. All rights reserved.