public enum ElementContructorForm extends Enum<ElementContructorForm>
| Modifier and Type | Method and Description |
|---|---|
static Optional<ElementContructorForm> |
applicableConstructor(Class implementerClass) |
static Optional<Constructor> |
applicableConstructorFrom(Class implementerClass) |
static Optional<ElementContructorForm> |
matchingFormFor(Class... parameterTypes) |
static ElementContructorForm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementContructorForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementContructorForm WEBDRIVER_ELEMENT_TWO_TIMEOUTS
public static final ElementContructorForm WEBDRIVER_ELEMENT_SINGLE_TIMEOUT
public static final ElementContructorForm WEBDRIVER_LOCATOR_TWO_TIMEOUTS
public static final ElementContructorForm WEBDRIVER_LOCATOR_SINGLE_TIMEOUT
public static final ElementContructorForm PAGE_LOCATOR_ELEMENT_SINGLE_TIMEOUT
public static final ElementContructorForm PAGE_LOCATOR_ELEMENT_TWO_TIMEOUTS
public static final ElementContructorForm PAGE_LOCATOR_TWO_TIMEOUTS
public static final ElementContructorForm PAGE_LOCATOR_SINGLE_TIMEOUT
public static final ElementContructorForm PAGE_ELEMENT_TWO_TIMEOUTS
public static final ElementContructorForm PAGE_ELEMENT_SINGLE_TIMEOUT
public static ElementContructorForm[] values()
for (ElementContructorForm c : ElementContructorForm.values()) System.out.println(c);
public static ElementContructorForm 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 Optional<ElementContructorForm> matchingFormFor(Class... parameterTypes)
public static Optional<Constructor> applicableConstructorFrom(Class implementerClass)
public static Optional<ElementContructorForm> applicableConstructor(Class implementerClass)
Copyright © 2023. All rights reserved.