org.jbpm.designer.taskforms
Class TaskFormOutput
java.lang.Object
org.jbpm.designer.taskforms.TaskFormOutput
public class TaskFormOutput
- extends Object
Holds info for one task form output.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskFormOutput
public TaskFormOutput()
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-2013 JBoss by Red Hat. All Rights Reserved.