public enum WindowType extends Enum<WindowType>
| Modifier and Type | Method and Description |
|---|---|
static WindowType |
fromString(String text) |
String |
toString() |
static WindowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowType TAB
public static final WindowType WINDOW
public static WindowType fromString(String text)
public String toString()
toString in class Enum<WindowType>public static WindowType 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 static WindowType[] values()
for (WindowType c : WindowType.values()) System.out.println(c);
Copyright © 2014-2018 jBrowserDriver committers.
Project homepage: https://github.com/machinepublishers/jbrowserdriver