public class ActionObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionObject.ACTION |
| Constructor and Description |
|---|
ActionObject() |
| Modifier and Type | Method and Description |
|---|---|
ActionObject.ACTION |
getAction() |
EnhancedBy |
getElement1() |
EnhancedBy |
getElement2() |
EnhancedBy |
getElement3() |
String |
getValue() |
ActionObject |
withAction(ActionObject.ACTION sequence) |
ActionObject |
withElement1(EnhancedBy element1) |
ActionObject |
withElement2(EnhancedBy element2) |
ActionObject |
withElement3(EnhancedBy element3) |
ActionObject |
withValue(String value) |
public ActionObject withElement1(EnhancedBy element1)
public ActionObject withElement2(EnhancedBy element2)
public ActionObject withElement3(EnhancedBy element3)
public ActionObject withValue(String value)
public ActionObject withAction(ActionObject.ACTION sequence)
public EnhancedBy getElement1()
public EnhancedBy getElement2()
public EnhancedBy getElement3()
public String getValue()
public ActionObject.ACTION getAction()
Copyright © 2020. All rights reserved.