void setParameterString(Object patternInstance, String parameterName, String value)void setParameterString(Object patternInstance, String parameterName, String value)| Name | Type | Description |
|---|---|---|
patternInstance | Object | The return value (opaque) from the pattern $1instantiate(String)$1 method. |
parameterName | String | Name of the bind parameter whose value is being set. |
value | String | Value of the bind parameter |
| Type | Description |
|---|---|
void |