set method

ParamInteger set(
  1. int val
)

Implementation

ParamInteger set( int val ){
	_val = val;
	return this;
}