Pattern.Manager.setParameterInt()

Signature

void setParameterInt(Object patternInstance, String parameterName, int value)

Domain

action

Parameters

NameTypeDescription
patternInstanceObjectThe return value (opaque) from the pattern "instantiate(String)" method.
parameterNameStringName of the bind parameter whose value is being set.
valueintValue of the bind parameter

Returns

None.

Cautions

none