SimpleAtom.ElementReferencePlacement

public static final enum SimpleAtom.ElementReferencePlacement
extends Enum<SimpleAtom.ElementReferencePlacement>

java.lang.Object
   ↳ java.lang.Enum<android.support.test.espresso.web.model.SimpleAtom.ElementReferencePlacement>
     ↳ android.support.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

From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum values

Public methods

valueOf

SimpleAtom.ElementReferencePlacement valueOf (String name)

Parameters
name String

Returns
SimpleAtom.ElementReferencePlacement