public enum BrowserScope extends Enum<BrowserScope>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static BrowserScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserScope LOCAL
public static final BrowserScope REMOTE
public static final BrowserScope SAUCELABS
public static final BrowserScope DOCKER
public static BrowserScope[] values()
for (BrowserScope c : BrowserScope.values()) System.out.println(c);
public static BrowserScope 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 nullpublic String toString()
toString in class Enum<BrowserScope>Copyright © 2016 Kurento. All rights reserved.