Classes


Class actuate.xtabanalyzer.Dimension

The Dimension class is used to specify a crosstab dimension object.
Member of: actuate.xtabanalyzer.

Class Summary
Constructor Attributes Constructor Name and Description
 
The Dimension class is used to specify a crosstab dimension object.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
Column axis type for dimension
<static> <constant>  
Row axis type for dimension
Method Summary
Method Attributes Method Name and Description
 
addLevel(level)
Adds the level.
 
Returns the axis type.
 
Returns the dimension name.
 
Returns the index.
 
Returns the levels.
 
Returns the new axis type.
 
Returns the new index.
 
setAxisType(axisType)
Sets the axis type.
 
setDimensionName(dimensionName)
Sets the dimension name.
 
setIndex(index)
Sets the index.
 
setLevels(levels)
Sets the levels.
 
setNewAxisType(newAxisType)
Sets the new axis type.
 
setNewIndex(newIndex)
Sets the new index.
Class Detail
actuate.xtabanalyzer.Dimension()
The Dimension class is used to specify a crosstab dimension object.
Field Detail
<static> <constant> COLUMN_AXIS_TYPE
Column axis type for dimension

<static> <constant> ROW_AXIS_TYPE
Row axis type for dimension
Method Detail
{void} addLevel(level)
Adds the level.
Parameters:
{Level} level
Level Object
Returns:
{void}
See:
actuate.xtabanalyzer.Level

{Integer} getAxisType()
Returns the axis type.
Returns:
{Integer} axis type

{String} getDimensionName()
Returns the dimension name.
Returns:
{String} dimension name

{Integer} getIndex()
Returns the index.
Returns:
{Integer} index

{Array} getLevels()
Returns the levels.
Returns:
{Array} array of level object
See:
actuate.xtabanalyzer.Level

{Integer} getNewAxisType()
Returns the new axis type.
Returns:
{Integer} new axis type

{Integer} getNewIndex()
Returns the new index.
Returns:
{Integer} new index

{void} setAxisType(axisType)
Sets the axis type.
Parameters:
{String/Integer} axisType
Axis type
Returns:
{void}

{void} setDimensionName(dimensionName)
Sets the dimension name.
Parameters:
{String} dimensionName
Dimension name
Returns:
{void}

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

{void} setLevels(levels)
Sets the levels.
Parameters:
{Array} levels
Array of level object
Returns:
{void}
See:
actuate.xtabanalyzer.Level

{void} setNewAxisType(newAxisType)
Sets the new axis type.
Parameters:
{String/Integer} newAxisType
New axis type
Returns:
{void}

{void} setNewIndex(newIndex)
Sets the new index.
Parameters:
{String/Integer} newIndex
New index of dimension
Returns:
{void}

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 29 2013 05:44:22 GMT-0800 (PST)