public enum DriverSetup extends Enum<DriverSetup>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
browser |
protected Boolean |
load |
Modifier and Type | Method and Description |
---|---|
Boolean |
loadPage() |
Boolean |
useBrowser() |
static DriverSetup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DriverSetup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DriverSetup FALSE
public static final DriverSetup OPEN
public static final DriverSetup LOAD
public static DriverSetup[] values()
for (DriverSetup c : DriverSetup.values()) System.out.println(c);
public static DriverSetup 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 Boolean useBrowser()
public Boolean loadPage()
Copyright © 2017. All rights reserved.