|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WEnvironment.UserAgent>
eu.webtoolkit.jwt.WEnvironment.UserAgent
public static enum WEnvironment.UserAgent
An enumeration type for specific user agent.
WEnvironment.getAgent()| Enum Constant Summary | |
|---|---|
Arora
Arora. |
|
BotAgent
Bot user agent. |
|
Chrome0
Chrome 0. |
|
Chrome1
Chrome 1. |
|
Chrome2
Chrome 2. |
|
Chrome3
Chrome 3. |
|
Chrome4
Chrome 4. |
|
Chrome5
Chrome 5 or later. |
|
Firefox
Firefox 2 or older. |
|
Firefox3_0
Firefox 3.0. |
|
Firefox3_1
Firefox 3.1. |
|
Firefox3_1b
Firefox 3.1b. |
|
Firefox3_5
Firefox 3.5. |
|
Firefox3_6
Firefox 3.6. |
|
Firefox4_0
Firefox 4.0. |
|
Firefox5_0
Firefox 5.0 or later. |
|
Gecko
Gecko. |
|
IE6
Internet Explorer 6. |
|
IE7
Internet Explorer 7. |
|
IE8
Internet Explorer 8. |
|
IE9
Internet Explorer 9 or later. |
|
IEMobile
Internet Explorer Mobile, or Internet Explorer 5 or older. |
|
Konqueror
Konqueror. |
|
MobileWebKit
Mobile WebKit. |
|
MobileWebKitAndroid
Mobile WebKit Android. |
|
MobileWebKitiPhone
Mobile WebKit iPhone/iPad. |
|
Opera
Opera. |
|
Opera10
Opera 10 or later. |
|
Safari
Safari 2 or older. |
|
Safari3
Safari 3. |
|
Safari4
Safari 4 or later. |
|
Unknown
Unknown user agent. |
|
WebKit
WebKit. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the numerical representation of this enum. |
static WEnvironment.UserAgent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WEnvironment.UserAgent[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WEnvironment.UserAgent Unknown
public static final WEnvironment.UserAgent IEMobile
public static final WEnvironment.UserAgent IE6
public static final WEnvironment.UserAgent IE7
public static final WEnvironment.UserAgent IE8
public static final WEnvironment.UserAgent IE9
public static final WEnvironment.UserAgent Opera
public static final WEnvironment.UserAgent Opera10
public static final WEnvironment.UserAgent WebKit
public static final WEnvironment.UserAgent Safari
public static final WEnvironment.UserAgent Safari3
public static final WEnvironment.UserAgent Safari4
public static final WEnvironment.UserAgent Chrome0
public static final WEnvironment.UserAgent Chrome1
public static final WEnvironment.UserAgent Chrome2
public static final WEnvironment.UserAgent Chrome3
public static final WEnvironment.UserAgent Chrome4
public static final WEnvironment.UserAgent Chrome5
public static final WEnvironment.UserAgent Arora
public static final WEnvironment.UserAgent MobileWebKit
public static final WEnvironment.UserAgent MobileWebKitiPhone
public static final WEnvironment.UserAgent MobileWebKitAndroid
public static final WEnvironment.UserAgent Konqueror
public static final WEnvironment.UserAgent Gecko
public static final WEnvironment.UserAgent Firefox
public static final WEnvironment.UserAgent Firefox3_0
public static final WEnvironment.UserAgent Firefox3_1
public static final WEnvironment.UserAgent Firefox3_1b
public static final WEnvironment.UserAgent Firefox3_5
public static final WEnvironment.UserAgent Firefox3_6
public static final WEnvironment.UserAgent Firefox4_0
public static final WEnvironment.UserAgent Firefox5_0
public static final WEnvironment.UserAgent BotAgent
| Method Detail |
|---|
public static WEnvironment.UserAgent[] values()
for (WEnvironment.UserAgent c : WEnvironment.UserAgent.values()) System.out.println(c);
public static WEnvironment.UserAgent 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 name
java.lang.NullPointerException - if the argument is nullpublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||