public static enum EmbeddedBrowser.BrowserType extends Enum<EmbeddedBrowser.BrowserType>
| Enum Constant and Description |
|---|
ANDROID |
CHROME |
FIREFOX |
INTERNET_EXPLORER |
REMOTE |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedBrowser.BrowserType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedBrowser.BrowserType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedBrowser.BrowserType FIREFOX
public static final EmbeddedBrowser.BrowserType INTERNET_EXPLORER
public static final EmbeddedBrowser.BrowserType CHROME
public static final EmbeddedBrowser.BrowserType REMOTE
public static final EmbeddedBrowser.BrowserType ANDROID
public static EmbeddedBrowser.BrowserType[] values()
for (EmbeddedBrowser.BrowserType c : EmbeddedBrowser.BrowserType.values()) System.out.println(c);
public static EmbeddedBrowser.BrowserType 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 nullCopyright © 2007-2013. All Rights Reserved.