Classes


Class actuate.xtabanalyzer.SubTotal

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

Class Summary
Constructor Attributes Constructor Name and Description
 
The SubTotal class is used to specify a crosstab sub-total object.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
Total type for grand total.
Method Summary
Method Attributes Method Name and Description
 
addTotal(total)
Add a total.
 
Returns full level name.
 
Returns location.
 
Returns the totals array.
 
Returns the total type.
 
setLevelName(levelName)
Sets the full level name.
 
setLocation(location)
Sets location.
 
setTotals(totals)
Sets the totals array.
Class Detail
actuate.xtabanalyzer.SubTotal()
The SubTotal class is used to specify a crosstab sub-total object.
Field Detail
<static> <constant> TYPE
Total type for grand total.
Method Detail
{void} addTotal(total)
Add a total.
Parameters:
{Total} total
Total object
Returns:
{void}
See:
actuate.xtabanalyzer.Total

{String} getLevelName()
Returns full level name.
Returns:
{String} level name

{String} getLocation()
Returns location.
Returns:
{String} location

{Array} getTotals()
Returns the totals array.
Returns:
{Array} array of total object.
See:
actuate.xtabanalyzer.Total

{String} getType()
Returns the total type.
Returns:
{String} total type

{void} setLevelName(levelName)
Sets the full level name.
Parameters:
{String} levelName
Level name
Returns:
{void}

{void} setLocation(location)
Sets location.
Parameters:
{String} location
Location
Returns:
{void}

{void} setTotals(totals)
Sets the totals array.
Parameters:
{Array} totals
Array of total object.
Returns:
{void}
See:
actuate.xtabanalyzer.Total

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