// Licensed Materials - Property of IBM
// IBM Cognos Products: cchl
// (C) Copyright IBM Corp. 2003, 2016.
// US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
function C_ScriptableParameterValue(_cKU1, _c6J1){this.use=_cKU1;this.display=_c6J1;};C_ScriptableParameterValue.F_ToXmlString=function(_cYO1){var a=[];if(_cYO1.use===null){a.push( '' );}else{a.push( '' );a.push( '- ' );a.push( 'true' );if(_cYO1.display!==null){a.push( '' + ( _cYO1.display||_cYO1.use ).F_XMLEncode() + '' );}a.push( '' + _cYO1.use.F_XMLEncode() + '' );a.push('
');a.push('');}return a.join("");};C_ScriptableParameterValue.prototype.F_ToXmlString=function(){return C_ScriptableParameterValue.F_ToXmlString(this);};function C_ScriptableParameterRangeValue(_cJE1, _c6U, _cUM1, _c941){this.start=new C_ScriptableParameterValue(_cJE1, _c6U);this.end=new C_ScriptableParameterValue(_cUM1, _c941);};C_ScriptableParameterRangeValue.F_ToXmlString=function(_cYO1){var a=[];var _cVO1=_cYO1.start.use;var _c0U1=_cYO1.end.use;if(!_cVO1&&!_c0U1){a.push( '' );}else{var _cIR1=((_cVO1&&_c0U1 )?'boundRangeParmValueItem':( _cVO1?'unboundedEndRangeParmValueItem':'unboundedStartRangeParmValueItem' ) );a.push( '' );a.push( '- ' );a.push( 'true' );if(_cVO1){a.push( '');a.push( 'true' );a.push( '' + _cYO1.start.display.F_XMLEncode() + '' );a.push( '' + _cVO1.F_XMLEncode() + '' );a.push('');}if(_c0U1){a.push( '' );a.push( 'true' );a.push( '' + _cYO1.end.display.F_XMLEncode() + '' );a.push( '' + _c0U1.F_XMLEncode() + '' );a.push('');}a.push('
');a.push('');}return a.join("");};C_ScriptableParameterRangeValue.prototype.F_ToXmlString=function(){return C_ScriptableParameterRangeValue.F_ToXmlString(this);};function C_ScriptableParameter(_cG91){this.parameter=_cG91;this.values=[];};function C_ScriptableRangeParameter(_cG91){this.parameter=_cG91;this.values=[];};