Classes


Class actuate.xtabanalyzer.ParameterValue

Represents the parameter name value pair for an Interactive Crosstab.
Member of: actuate.xtabanalyzer.

Class Summary
Constructor Attributes Constructor Name and Description
 
actuate.xtabanalyzer.ParameterValue(name, value, valueIsNull)
Constructs the parameter name value pair used in generating a crosstab.
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)
Constructs the parameter name value pair used in generating a crosstab.
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 Tue Jan 06 2015 04:13:45 GMT-0800 (PST)