Classes


Class actuate.xtabanalyzer.Total

The GrandTotal class is used to specify a crosstab total object.
Member of: actuate.xtabanalyzer.

Class Summary
Constructor Attributes Constructor Name and Description
 
The GrandTotal class is used to specify a crosstab total object.
Method Summary
Method Attributes Method Name and Description
 
Returns the aggregation function name.
 
Returns the measure index.
 
Get total on detail.
 
Whether is enabled.
 
setAggregationFunction(aggregationFunction)
Sets the aggregation function name.
 
setEnabled(enabled)
Sets enabled.
 
Sets the measure index.
 
setOnDetail(enabled)
Set total on detail
Class Detail
actuate.xtabanalyzer.Total()
The GrandTotal class is used to specify a crosstab total object.
Method Detail
{String} getAggregationFunction()
Returns the aggregation function name.
Returns:
{String} aggregation function

{Integer} getMeasureIndex()
Returns the measure index.
Returns:
{Integer} measure index

{Boolean} getOnDetail()
Get total on detail.
Returns:
{Boolean} enabled

{Boolean} isEnabled()
Whether is enabled.
Returns:
{Boolean} enabled

{void} setAggregationFunction(aggregationFunction)
Sets the aggregation function name.
Parameters:
{String} aggregationFunction
Aggregation function name
Returns:
{void}

{void} setEnabled(enabled)
Sets enabled.
Parameters:
{Boolean} enabled
True or false
Returns:
{void}

{void} setMeasureIndex(index)
Sets the measure index.
Parameters:
{String/Integer} index
Index of measure
Returns:
{void}

{void} setOnDetail(enabled)
Set total on detail
Parameters:
{Boolean} enabled
True or false
Returns:
{void}

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