Package com.axelor.meta.schema.actions
Class ActionMethod.Call
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action.Element
-
- com.axelor.meta.schema.actions.ActionMethod.Call
-
- Enclosing class:
- ActionMethod
public static class ActionMethod.Call extends Action.Element
-
-
Constructor Summary
Constructors Constructor Description Call()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getController()
String
getMethod()
void
setController(String controller)
void
setMethod(String method)
-
Methods inherited from class com.axelor.meta.schema.actions.Action.Element
getCondition, getExpression, getName, setCondition, setExpression, setName, test
-
-