org.jbpm.designer.expressioneditor.parser
Class ParamDef
java.lang.Object
org.jbpm.designer.expressioneditor.parser.ParamDef
public class ParamDef
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamDef
public ParamDef(String name,
Class type)
getName
public String getName()
setName
public void setName(String name)
getType
public Class getType()
setType
public void setType(Class type)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.