Classes


Class actuate.xtabanalyzer.ParameterValue

The ParameterValue class is used to specify value for a report parameter.
Member of: actuate.xtabanalyzer.

Class Summary
Constructor Attributes Constructor Name and Description
 
actuate.xtabanalyzer.ParameterValue(name, value, valueIsNull)
The ParameterValue class is used to specify value for a report parameter.
Method Summary
Method Attributes Method Name and Description
 
Gets the name value for this ParameterValue.
 
Gets the value value for this ParameterValue.
 
Gets the valueIsNull value for this ParameterValue.
 
setName(name)
Sets the name value for this ParameterValue.
 
setValue(value)
Sets the value for this ParameterValue.
 
setValueIsNull(valueIsNull)
Sets the valueIsNull value for this ParameterValue.
Class Detail
actuate.xtabanalyzer.ParameterValue(name, value, valueIsNull)
The ParameterValue class is used to specify value for a report parameter.
Parameters:
{String} name
Parameter name
{String} value
Parameter value
{Boolean} valueIsNull
Whether parameter value is null or not
Method Detail
{String} getName()
Gets the name value for this ParameterValue.
Returns:
{String} name

{Object} getValue()
Gets the value value for this ParameterValue.
Returns:
{Object} value -this could be a string or array of strings

{boolean} getValueIsNull()
Gets the valueIsNull value for this ParameterValue.
Returns:
{boolean} valueIsNull

{void} setName(name)
Sets the name value for this ParameterValue.
Parameters:
{String} name
Returns:
{void}

{void} setValue(value)
Sets the value for this ParameterValue. this could be a string or array of strings
Parameters:
{Object} value
Returns:
{void}

{void} setValueIsNull(valueIsNull)
Sets the valueIsNull value for this ParameterValue.
Parameters:
{boolean} valueIsNull
Returns:
{void}

Documentation generated by JsDoc Toolkit 2.0.1 on Mon Dec 16 2013 06:58:34 GMT-0800 (PST)