|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Application>
nl.bitwalker.useragentutils.Application
public enum Application
Enum constants for internet applications like web-application and rich internet application.
| Enum Constant Summary | |
|---|---|
AOL_WEBMAIL
|
|
COMPUSERVE
|
|
GMAIL
|
|
HORDE
Popular open source webmail client. |
|
HOTMAIL
|
|
MAIL_COM
Mail.com Mail.com provides consumers with web-based e-mail services |
|
MOBILEME
MobileMe webmail client by Apple. |
|
OTHER_WEBMAIL
|
|
UNKNOWN
|
|
YAHOO_MAIL
|
|
| Method Summary | |
|---|---|
ApplicationType |
getApplicationType()
|
short |
getId()
|
Manufacturer |
getManufacturer()
|
java.lang.String |
getName()
|
boolean |
isInReferrerString(java.lang.String referrerString)
|
static Application |
parseReferrerString(java.lang.String referrerString)
|
static Application |
valueOf(short id)
Returns the enum constant of this type with the specified id. |
static Application |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Application[] |
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 Application HOTMAIL
public static final Application GMAIL
public static final Application YAHOO_MAIL
public static final Application COMPUSERVE
public static final Application AOL_WEBMAIL
public static final Application MOBILEME
public static final Application MAIL_COM
public static final Application HORDE
public static final Application OTHER_WEBMAIL
public static final Application UNKNOWN
| Method Detail |
|---|
public static Application[] values()
for (Application c : Application.values()) System.out.println(c);
public static Application 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 short getId()
public java.lang.String getName()
public ApplicationType getApplicationType()
public Manufacturer getManufacturer()
public boolean isInReferrerString(java.lang.String referrerString)
public static Application parseReferrerString(java.lang.String referrerString)
public static Application valueOf(short id)
id -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||