public enum

SimpleAtom.ElementReferencePlacement

extends java.lang.Enum<SimpleAtom.ElementReferencePlacement>

 java.lang.Object

↳java.lang.Enum<SimpleAtom.ElementReferencePlacement>

↳androidx.test.espresso.web.model.SimpleAtom.ElementReferencePlacement

Overview

Controls whether the ElementReference appears as the first arg or last arg to the script.

Summary

Enum Constants
FIRST
LAST
Methods
public static SimpleAtom.ElementReferencePlacementvalueOf(java.lang.String name)

public static SimpleAtom.ElementReferencePlacementvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

FIRST

LAST

Methods

public static SimpleAtom.ElementReferencePlacement valueOf(java.lang.String name)