当前页面:
在线文档首页 >
JBoss JBPM 3.0.4 API 英文版文档
TaskFormParameter (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.taskmgmt.exe
Class TaskFormParameter
java.lang.Object
org.jbpm.taskmgmt.exe.TaskFormParameter
- All Implemented Interfaces:
- java.io.Serializable
- public class TaskFormParameter
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
label
protected java.lang.String label
description
protected java.lang.String description
value
protected java.lang.Object value
isReadable
protected boolean isReadable
isWritable
protected boolean isWritable
isRequired
protected boolean isRequired
TaskFormParameter
public TaskFormParameter()
TaskFormParameter
public TaskFormParameter(VariableAccess variableAccess,
java.lang.Object value)
TaskFormParameter
public TaskFormParameter(TaskFormParameter other)
toString
public java.lang.String toString()
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
isReadable
public boolean isReadable()
setReadable
public void setReadable(boolean isReadable)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean isRequired)
isWritable
public boolean isWritable()
isReadOnly
public boolean isReadOnly()
setWritable
public void setWritable(boolean isWritable)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
Version : jbpm-3.0.4