The definition of local parameters differs from the definition of interface parameters only in the name of the parameter definition block:
Local {
protection Parameter<type> name initial_value;
}
To refer to the value of a local parameter no extra qualifier is needed, the name of the parameter suffices.