Pattern.Manager.setParameterLong()

Signature

void setParameterLong(Object patternInstance, String parameterName, long value)

Domain

ACTION

Parameters

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

Returns

TypeDescription
void

Cautions

none