Pattern.Manager.setParameterString()
Signature
void setParameterString(Object patternInstance, String parameterName, String value)
Description
If the pattern string has a bind parameter that expects a String, then its value has to be set using this method.
The value is et only for the given pattern instance.
Parameters
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 |