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
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)
-
Constructor Details
-
ActionObject
public ActionObject()
-
-
Method Details
-
withElement1
-
withElement2
-
withElement3
-
withValue
-
withAction
-
getElement1
-
getElement2
-
getElement3
-
getValue
-
getAction
-