org.jbpm.designer.taskforms
Class TaskFormInput
java.lang.Object
org.jbpm.designer.taskforms.TaskFormInput
public class TaskFormInput
- extends Object
Holds info for one task form input.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskFormInput
public TaskFormInput()
getRefType
public String getRefType()
setRefType
public void setRefType(String refType)
getName
public String getName()
setName
public void setName(String name)
isBooleanRefType
public boolean isBooleanRefType()
setBooleanRefType
public void setBooleanRefType(boolean booleanRefType)
isIntegerRefType
public boolean isIntegerRefType()
setIntegerRefType
public void setIntegerRefType(boolean integerRefType)
isDateRefType
public boolean isDateRefType()
setDateRefType
public void setDateRefType(boolean dateRefType)
isFloatRefType
public boolean isFloatRefType()
setFloatRefType
public void setFloatRefType(boolean floatRefType)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.