Package core.support.objects
Class ActionObject
- java.lang.Object
-
- core.support.objects.ActionObject
-
public class ActionObject extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionObject.ACTION
-
Constructor Summary
Constructors Constructor Description ActionObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionObject.ACTIONgetAction()EnhancedBygetElement1()EnhancedBygetElement2()EnhancedBygetElement3()StringgetValue()ActionObjectwithAction(ActionObject.ACTION sequence)ActionObjectwithElement1(EnhancedBy element1)ActionObjectwithElement2(EnhancedBy element2)ActionObjectwithElement3(EnhancedBy element3)ActionObjectwithValue(String value)
-
-
-
Method Detail
-
withElement1
public ActionObject withElement1(EnhancedBy element1)
-
withElement2
public ActionObject withElement2(EnhancedBy element2)
-
withElement3
public ActionObject withElement3(EnhancedBy element3)
-
withValue
public ActionObject withValue(String value)
-
withAction
public ActionObject withAction(ActionObject.ACTION sequence)
-
getElement1
public EnhancedBy getElement1()
-
getElement2
public EnhancedBy getElement2()
-
getElement3
public EnhancedBy getElement3()
-
getValue
public String getValue()
-
getAction
public ActionObject.ACTION getAction()
-
-