public static enum ClientBrowser.PLUGIN extends java.lang.Enum<ClientBrowser.PLUGIN>
Enum Constant and Description |
---|
CHROME_FRAME |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
boolean |
match(java.lang.String agent) |
static ClientBrowser.PLUGIN |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientBrowser.PLUGIN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientBrowser.PLUGIN CHROME_FRAME
public static ClientBrowser.PLUGIN[] values()
for (ClientBrowser.PLUGIN c : ClientBrowser.PLUGIN.values()) System.out.println(c);
public static ClientBrowser.PLUGIN 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 boolean match(java.lang.String agent)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.