public interface TaskFlowBindingParameter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
The getter for the parameter expression.
|
java.lang.String |
getId()
The getter for the parameter id.
|
void |
setExpression(java.lang.String exp)
The setter for the parameter expression.
|
void |
setId(java.lang.String id)
The setter for the parameter id.
|
java.lang.String getId()
void setId(java.lang.String id)
throws java.beans.PropertyVetoException
id - the id of the parameter.java.beans.PropertyVetoExceptionjava.lang.String getExpression()
void setExpression(java.lang.String exp)
exp - the parameter expression.