Package 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.
-
-
Constructor Summary
Constructors Constructor Description TaskFormOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetRefType()StringgetValue()booleanisBooleanRefType()booleanisDateRefType()booleanisFloatRefType()booleanisIntegerRefType()voidsetBooleanRefType(boolean booleanRefType)voidsetDateRefType(boolean dateRefType)voidsetFloatRefType(boolean floatRefType)voidsetIntegerRefType(boolean integerRefType)voidsetName(String name)voidsetRefType(String refType)voidsetValue(String value)
-
-
-
Method Detail
-
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)
-
-