void setParameterInt(Object patternInstance, String parameterName, int value)
void setParameterInt(Object patternInstance, String parameterName, int 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 | int | Value of the bind parameter |
Type | Description |
---|---|
void |