Class ParamDef
- java.lang.Object
-
- org.jbpm.designer.expressioneditor.parser.ParamDef
-
public class ParamDef extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Class
getType()
void
setName(String name)
void
setType(Class type)
-