Uses of Class
org.jbpm.designer.expressioneditor.parser.ParamDef
-
Packages that use ParamDef Package Description org.jbpm.designer.expressioneditor.parser -
-
Uses of ParamDef in org.jbpm.designer.expressioneditor.parser
Methods in org.jbpm.designer.expressioneditor.parser that return types with arguments of type ParamDef Modifier and Type Method Description List<ParamDef>
FunctionDef. getParams()
Method parameters in org.jbpm.designer.expressioneditor.parser with type arguments of type ParamDef Modifier and Type Method Description void
FunctionDef. setParams(List<ParamDef> params)
Constructor parameters in org.jbpm.designer.expressioneditor.parser with type arguments of type ParamDef Constructor Description FunctionDef(String name, List<ParamDef> params)
-