public enum WebViewSelection extends java.lang.Enum<WebViewSelection>
| Enum Constant and Description |
|---|
EMBEDDED_WEBVIEW |
SYSTEM_BROWSER |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static WebViewSelection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebViewSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebViewSelection EMBEDDED_WEBVIEW
public static final WebViewSelection SYSTEM_BROWSER
public static WebViewSelection[] values()
for (WebViewSelection c : WebViewSelection.values()) System.out.println(c);
public static WebViewSelection 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 int getId()