Pattern.Manager.setParameterInt()
Signature
void setParameterInt(Object patternInstance, String parameterName, int value)
Description
If the pattern string has a bind paramater that expects an integer, then its value has to be set using this method.
The value is set only for a 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 | int | Value of the bind parameter |