public enum BrowserCategory extends Enum<BrowserCategory>
| Enum Constant and Description |
|---|
AppleMail |
Bot |
Camino |
CFNetwork |
Chrome |
ChromeMobile |
Dolfin |
Download |
Eudora |
Evolution |
Firefox |
FirefoxMobile |
Flock |
IE |
IE360 |
IeMobile |
Konqueror |
LotusNotes |
Lynx |
Maxthon |
Mozilla |
NetFront |
Omniweb |
Opera |
Outlook |
OutlookExpress |
PocoMail |
Safari |
SafariMobile |
SeaMonkey |
Silk |
Sogo |
Tencent |
TheBat |
TheWorld |
Thunderbird |
UC |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
Engine |
getEngine() |
String |
getName() |
String |
match(String agentString) |
static BrowserCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserCategory Firefox
public static final BrowserCategory Thunderbird
public static final BrowserCategory Camino
public static final BrowserCategory Flock
public static final BrowserCategory FirefoxMobile
public static final BrowserCategory SeaMonkey
public static final BrowserCategory Tencent
public static final BrowserCategory Sogo
public static final BrowserCategory TheWorld
public static final BrowserCategory IE360
public static final BrowserCategory IeMobile
public static final BrowserCategory IE
public static final BrowserCategory OutlookExpress
public static final BrowserCategory Maxthon
public static final BrowserCategory Chrome
public static final BrowserCategory Safari
public static final BrowserCategory Omniweb
public static final BrowserCategory AppleMail
public static final BrowserCategory ChromeMobile
public static final BrowserCategory SafariMobile
public static final BrowserCategory Silk
public static final BrowserCategory Dolfin
public static final BrowserCategory Opera
public static final BrowserCategory Konqueror
public static final BrowserCategory Outlook
public static final BrowserCategory LotusNotes
public static final BrowserCategory Bot
public static final BrowserCategory Mozilla
public static final BrowserCategory CFNetwork
public static final BrowserCategory Eudora
public static final BrowserCategory PocoMail
public static final BrowserCategory TheBat
public static final BrowserCategory NetFront
public static final BrowserCategory Evolution
public static final BrowserCategory Lynx
public static final BrowserCategory UC
public static final BrowserCategory Download
public static final BrowserCategory Unknown
public static BrowserCategory[] values()
for (BrowserCategory c : BrowserCategory.values()) System.out.println(c);
public static BrowserCategory 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()
public Engine getEngine()
Copyright © 2005–2018 The Beangle Software. All rights reserved.