SimpleAtom.ElementReferencePlacement
Kotlin
|Java
public
static
final
enum
SimpleAtom.ElementReferencePlacement
extends Enum<SimpleAtom.ElementReferencePlacement>
java.lang.Object | ||
↳ | java.lang.Enum<androidx.test.espresso.web.model.SimpleAtom.ElementReferencePlacement> | |
↳ | androidx.test.espresso.web.model.SimpleAtom.ElementReferencePlacement |
Controls whether the ElementReference appears as the first arg or last arg to the script.
Summary
Enum values | |
---|---|
SimpleAtom.ElementReferencePlacement |
FIRST
|
SimpleAtom.ElementReferencePlacement |
LAST
|
Public methods | |
---|---|
static
SimpleAtom.ElementReferencePlacement
|
valueOf(String name)
|
static
final
ElementReferencePlacement[]
|
values()
|
Inherited methods | |
---|---|
Enum values
Public methods
valueOf
public static SimpleAtom.ElementReferencePlacement valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
SimpleAtom.ElementReferencePlacement |
values
public static final ElementReferencePlacement[] values ()
Returns | |
---|---|
ElementReferencePlacement[] |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-07-14 UTC.
[]
[]