integerParameter

fun integerParameter(parameterName: String): Int

Gets the value associated with the supplied parameterName. If the parameterName is null or there is no parameter for the supplied parameterName, then an exception occurs.

Return

the value of the parameter

Parameters

parameterName

the name of the parameter